Added dockerfile and moved scripts
This commit is contained in:
@@ -3,6 +3,7 @@ nocows = True
|
||||
roles_path = ./roles
|
||||
inventory = ./inventory/my-cluster/hosts.ini
|
||||
stdout_callback = yaml
|
||||
interpreter_python = auto_silent
|
||||
|
||||
remote_tmp = $HOME/.ansible/tmp
|
||||
local_tmp = $HOME/.ansible/tmp
|
||||
@@ -21,3 +22,4 @@ retries = 3
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o Compression=yes -o ServerAliveInterval=15s
|
||||
pipelining = True
|
||||
control_path = %(directory)s/%%h-%%r
|
||||
host_key_checking = False
|
||||
|
||||
Reference in New Issue
Block a user