* chore(dependencies): updated kube-vip to 0.5.6 * fix(pre-commit): pin to hash * fix(pre-commit): added more hooks and fixed lint * fix(pre-commit): added pre-commit hook so we don't have to run it manually * fix(pre-commit): Added docs to readme * fix(pre-commit): added texthooks * fix(pre-commit): pin to hash * fix(pre-commit): added mor hooks and fixed lint * fix(lint): Fixing quotes * fix(ci): only run test if linting passes * fix(ci): convert to reusable workflows * fix(pr template): Reorder steps
24 lines
737 B
INI
24 lines
737 B
INI
[defaults]
|
|
nocows = True
|
|
roles_path = ./roles
|
|
inventory = ./hosts.ini
|
|
stdout_callback = yaml
|
|
|
|
remote_tmp = $HOME/.ansible/tmp
|
|
local_tmp = $HOME/.ansible/tmp
|
|
timeout = 60
|
|
host_key_checking = False
|
|
deprecation_warnings = False
|
|
callback_whitelist = profile_tasks
|
|
log_path = ./ansible.log
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
|
|
[ssh_connection]
|
|
scp_if_ssh = smart
|
|
retries = 3
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o Compression=yes -o ServerAliveInterval=15s
|
|
pipelining = True
|
|
control_path = %(directory)s/%%h-%%r
|