play: comments
This commit is contained in:
parent
23cc76ac06
commit
01d73ea17f
1 changed files with 2 additions and 2 deletions
4
play.yml
4
play.yml
|
@ -4,8 +4,8 @@
|
||||||
hosts: all # reminder: '--limit'
|
hosts: all # reminder: '--limit'
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
vars:
|
vars:
|
||||||
# auto_update: "true" # would configure dnf-automatic
|
# auto_update: true # would configure dnf-automatic
|
||||||
# hardened_ssh_port: "1181" # tcp is assumed in selinux/firewalld allowance
|
# hardened_ssh_port: "1181" # quoting to ensure no octal/decimal confusion
|
||||||
roles:
|
roles:
|
||||||
- {role: custom-facts, tags: ['facts', 'custom-facts']}
|
- {role: custom-facts, tags: ['facts', 'custom-facts']}
|
||||||
# - {role: btrfs, tags: ['btrfs']} # sets up scrubbing
|
# - {role: btrfs, tags: ['btrfs']} # sets up scrubbing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue