Repository initialisation
This commit is contained in:
commit
b78ed7f49e
2 changed files with 16 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
__pycache__
|
15
ansible.cfg
Normal file
15
ansible.cfg
Normal 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
|
Loading…
Reference in a new issue