Skip to content

Commit

Permalink
Add init tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jan 29, 2021
1 parent a946ee2 commit 7de3fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
- name: user specific roles for all hosts
hosts: all
roles:
- { role: users, tags: [default,users]}
- { role: users, tags: [default,init,users]}
- { role: dotfiles, tags: [default,dotfiles]}
- { role: ssh_auth, tags: [default,users]}
- { role: sshd, tags: [default,users]}
- { role: ssh_auth, tags: [default,init,users]}
- { role: sshd, tags: [default,init,users]}
- { role: geerlingguy.firewall, tags: [default,firewall], become: true}
- { role: robertdebock.fail2ban, tags: [default,fail2ban], become: true}

Expand Down

0 comments on commit 7de3fb3

Please sign in to comment.