feat: Initial code
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
0e18170cdf
commit
fc59b4f9a5
18 changed files with 478 additions and 1 deletions
8
ansible/ansible.cfg
Normal file
8
ansible/ansible.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
[defaults]
|
||||
inventory = inventory/hosts
|
||||
remote_user = debian
|
||||
host_key_checking = False
|
||||
private_key_file = ssh_key
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
Loading…
Add table
Add a link
Reference in a new issue