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:
|
roles:
|
||||||
# These roles are disabled after they have being applied once for performance reasons, it should be safe to enable them again.
|
# 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.
|
# 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
|
- role: devsec.hardening.ssh_hardening
|
||||||
# become: true
|
become: true
|
||||||
# - role: hostname
|
- role: hostname
|
||||||
- role: basic-intalls
|
- role: basic-intalls
|
||||||
# - role: user
|
- role: user
|
||||||
# - role: cloudflare-ddns
|
- role: cloudflare-ddns
|
||||||
# - role: reverse-proxy
|
- role: reverse-proxy
|
||||||
# - role: actual
|
- role: actual
|
||||||
- role: pi-hole
|
- role: pi-hole
|
||||||
vars:
|
vars:
|
||||||
# devsec.hardening.ssh_hardening vars:
|
# devsec.hardening.ssh_hardening vars:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue