Clean up playbooks

This commit is contained in:
Alexandre Iooss 2019-07-22 19:17:38 +02:00
parent a45ca1a890
commit 4a3851acc8
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
8 changed files with 21 additions and 59 deletions

View file

@ -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