created anisble skeleton
This commit is contained in:
parent
ca9b8fd85d
commit
5014fd6663
33
ansible/ansible.cfg
Normal file
33
ansible/ansible.cfg
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
[defaults]
|
||||||
|
python_interpreter=/usr/bin/python3
|
||||||
|
interpreter_python = auto_silent
|
||||||
|
ansible_ssh_private_key_file=../root.key
|
||||||
|
inventory=inventory/
|
||||||
|
remote_user=admin_dev
|
||||||
|
#log_path = ./ansible.log
|
||||||
|
#verbosity = 0
|
||||||
|
display_ok_hosts = true
|
||||||
|
stdout_callback = yaml
|
||||||
|
bin_ansible_callbacks = true
|
||||||
|
deprecation_warnings= false
|
||||||
|
|
||||||
|
[privilege_escalation]
|
||||||
|
Become = true
|
||||||
|
Become_method = sudo
|
||||||
|
Become_user = root
|
||||||
|
Become_ack_pass = false
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
#highlight = white
|
||||||
|
verbose = blue
|
||||||
|
warn = bright purple
|
||||||
|
error = red
|
||||||
|
debug = dark gray
|
||||||
|
deprecate = purple
|
||||||
|
skip = cyan
|
||||||
|
unreachable = red
|
||||||
|
ok = green
|
||||||
|
changed = yellow
|
||||||
|
diff_add = green
|
||||||
|
diff_remove = red
|
||||||
|
diff_lines = cyan
|
||||||
Loading…
x
Reference in New Issue
Block a user