feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
7
ansible/ansible.cfg
Normal file
7
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[defaults]
|
||||
inventory = ./inventory_from_yaml.py
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto
|
||||
stdout_callback = yaml
|
||||
forks = 20
|
||||
Loading…
Add table
Add a link
Reference in a new issue