Add ansible.cfg
This commit is contained in:
parent
02d94302da
commit
ed72e9630c
9
ansible.cfg
Normal file
9
ansible.cfg
Normal file
@ -0,0 +1,9 @@
|
||||
[defaults]
|
||||
retry_files_enabled = false
|
||||
|
||||
[privilege_escalation]
|
||||
become = true
|
||||
become_method = sudo
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = true
|
@ -130,6 +130,9 @@ dokku-ansible-deploy-post-extract() {
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
dokku_col_log_info1_quiet "Copying ansibile.cfg into place"
|
||||
cp -rf "$PLUGIN_AVAILABLE_PATH/ansible-deploy/ansible.cfg" /home/dokku/.ansible.cfg
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user