Grundstuktur erstellt.
This commit is contained in:
commit
db6f5ac31a
15 changed files with 67 additions and 0 deletions
24
ansible.cfg.dist
Normal file
24
ansible.cfg.dist
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[defaults]
|
||||
|
||||
inventory = ./inventory/demo/
|
||||
roles_path = ./roles
|
||||
collections_path = ./collections
|
||||
|
||||
log_path = ansible.log
|
||||
|
||||
|
||||
# Create vault-file:
|
||||
# read -s P
|
||||
# printf "%s" "$P" > .vaultpass
|
||||
#vault_password_file = ./.vaultpass
|
||||
|
||||
ansible_managed = Ansible managed: {file}
|
||||
|
||||
[inventory]
|
||||
unparsed_is_failed = True
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
|
||||
timeout = 10
|
||||
control_path = %(directory)s/%%h-%%r
|
||||
Loading…
Add table
Add a link
Reference in a new issue