Enable all roles
This commit is contained in:
parent
9365ce9258
commit
16a0dc1e20
1 changed files with 7 additions and 7 deletions
14
playbook.yml
14
playbook.yml
|
|
@ -9,14 +9,14 @@
|
|||
roles:
|
||||
# These roles are disabled after they have being applied once for performance reasons, it should be safe to enable them again.
|
||||
# Notice that this role changes some settings on reruns (on the "Change various sysctl-settings" task), doesn't seem problematic though.
|
||||
# - role: devsec.hardening.ssh_hardening
|
||||
# become: true
|
||||
# - role: hostname
|
||||
- role: devsec.hardening.ssh_hardening
|
||||
become: true
|
||||
- role: hostname
|
||||
- role: basic-intalls
|
||||
# - role: user
|
||||
# - role: cloudflare-ddns
|
||||
# - role: reverse-proxy
|
||||
# - role: actual
|
||||
- role: user
|
||||
- role: cloudflare-ddns
|
||||
- role: reverse-proxy
|
||||
- role: actual
|
||||
- role: pi-hole
|
||||
vars:
|
||||
# devsec.hardening.ssh_hardening vars:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue