1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

improve formatting in site.yml

This commit is contained in:
L3D 2024-02-20 11:16:44 +01:00
parent bd87e75a81
commit 7977f73be0
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -22,8 +22,8 @@
- name: User specific roles for all hosts
hosts: all
roles:
# - {role: do1jlr.admin_base, tags: [default, init, users, accounts, dotfiles]}
# - {role: do1jlr.dotfiles, tags: [default, dotfiles]}
# - {role: do1jlr.admin_base, tags: [default, init, users, accounts, dotfiles]}
# - {role: do1jlr.dotfiles, tags: [default, dotfiles]}
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}