Repository initialisation

This commit is contained in:
Emmanuel BENOîT 2022-08-07 22:30:29 +02:00
commit b78ed7f49e
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
__pycache__

15
ansible.cfg Normal file
View file

@ -0,0 +1,15 @@
[defaults]
any_unparsed_is_failed = true
ask_vault_pass = true
enable_plugins = yaml
host_key_checking = false
inventory = inventory/
jinja2_extensions = jinja2.ext.do
pipelining = true
use_persistent_connections = true
[ssh_connection]
usetty = false
[inventory]
enable_plugins = yaml