feat: deployable playbook
This commit is contained in:
parent
f8e1de4f0a
commit
7ab2b719dc
23 changed files with 754 additions and 176 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[defaults]
|
||||
# Basic configuration
|
||||
inventory = inventory/
|
||||
host_key_checking = False
|
||||
roles_path = roles/
|
||||
timeout = 30
|
||||
forks = 10
|
||||
gathering = smart
|
||||
|
|
@ -9,7 +9,6 @@ fact_caching = memory
|
|||
|
||||
# Logging
|
||||
log_path = ./ansible.log
|
||||
stdout_callback = yaml
|
||||
bin_ansible_callbacks = True
|
||||
|
||||
# SSH settings
|
||||
|
|
@ -23,9 +22,6 @@ retry_files_enabled = False
|
|||
# Colors
|
||||
force_color = 1
|
||||
|
||||
[inventory]
|
||||
enable_plugins = host_list, script, auto, yaml, ini, toml
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue