Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 3 additions & 40 deletions environments/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,43 +1,6 @@
# All possible configuration parameters can be found in the Ansible documentation:
#
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html

[defaults]
pipelining = true

# hide deprecation warnings
deprecation_warnings = false

# hide "[WARNING]: Invalid characters were found in group names but not replaced,
# use -vvvv to see details" warning message
force_valid_group_names = ignore

stdout_callback = osism.commons.still_alive

host_key_checking = false

# hide paramiko transport logging messages
log_filter = paramiko.transport

log_path=/ansible/logs/ansible.log
private_key_file = /ansible/secrets/id_rsa.operator
retry_files_enabled = false
roles_path = /ansible/roles:/ansible/galaxy

# Fact caching
gathering = smart
fact_caching = redis
fact_caching_timeout = 86400
fact_caching_connection = cache:6379:0

# NO CHANGE OVER THIS LINE -- YOUR CHANGES WILL BE OVERWRITTEN
###############################################################################

# Customer-specific adjustments can be set here.
remote_user = dragon

###############################################################################
# NO CHANGE UNDER THIS LINE -- YOUR CHANGES WILL BE OVERWRITTEN

[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
#
# The defaults for the Ansible configuration can be found in the osism/defaults
# repository. Values from there can be overwritten if they are listed in this file.