Grundstuktur erstellt.

This commit is contained in:
Frank Agerholm 2026-07-09 21:54:41 +02:00
commit db6f5ac31a
No known key found for this signature in database
15 changed files with 67 additions and 0 deletions

24
ansible.cfg.dist Normal file
View 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