Clean up playbooks
This commit is contained in:
parent
a45ca1a890
commit
4a3851acc8
8 changed files with 21 additions and 59 deletions
13
ansible.cfg
13
ansible.cfg
|
@ -2,14 +2,14 @@
|
|||
|
||||
[defaults]
|
||||
|
||||
# Use Aurore inventory
|
||||
# Do not create .retry files
|
||||
retry_files_enabled = False
|
||||
|
||||
# Use inventory
|
||||
inventory = ./hosts
|
||||
|
||||
# Custom header in templates
|
||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
|
||||
|
||||
# Do not create retry files
|
||||
retry_files_enabled = False
|
||||
ansible_managed = Ansible managed, modified on %Y-%m-%d %H:%M:%S by {uid}
|
||||
|
||||
# Do not use cows (with cowsay)
|
||||
nocows = 1
|
||||
|
@ -17,6 +17,9 @@ nocows = 1
|
|||
# Do more parallelism
|
||||
forks = 15
|
||||
|
||||
# Some SSH connection will take time
|
||||
timeout = 60
|
||||
|
||||
[privilege_escalation]
|
||||
|
||||
# Use sudo to get priviledge access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue