first
This commit is contained in:
commit
b50fd16591
197 changed files with 41663 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
# -*-mode: conf; fill-column: 75; tab-width: 8; coding: utf-8-unix -*-
|
||||
# This is an auto-generated file - DO NOT EDIT
|
||||
# Edit the fragments in /usr/local/etc/ansible/ansible.cfg/
|
||||
|
|
@ -0,0 +1 @@
|
|||
[defaults]
|
|
@ -0,0 +1,44 @@
|
|||
# its a pretty broken debugger - fix it
|
||||
# debug = true
|
||||
inventory_enabled=yaml
|
||||
|
||||
# strategy_plugins = /usr/local/lib/python2.7/site-packages/mitogen-0.2.9-py2.7.egg/ansible_mitogen/plugins/strategy
|
||||
# strategy_plugins = /usr/local/lib/python2.7/site-packages/ansible_mitogen/plugins/strategy
|
||||
# do this in the env to make it easy to pop in and out
|
||||
# strategy = mitogen_linear
|
||||
|
||||
# yaml dense unixy yaml oneline selective skippy stderr myyaml actionable
|
||||
stdout_callback = yaml
|
||||
# skippy
|
||||
display_skipped_hosts = no
|
||||
# stderr
|
||||
# /usr/local/lib/python2.7/site-packages/ansible/plugins/callback/default.py
|
||||
display_failed_stderr = yes
|
||||
|
||||
log_path = var/tmp/2021/01/10/linuxKick150154/base_proxy.log
|
||||
# callback_plugins = /g/TestForge/src/ansible/lib/plugins/
|
||||
# http://docs.ansible.com/ansible/intro_configuration.html#command-warnings
|
||||
# callback_whitelist = timer
|
||||
command_warnings = False
|
||||
deprecation_warnings = False
|
||||
display_args_to_stdout = False
|
||||
error_on_undefined_vars = True
|
||||
|
||||
force_color = False
|
||||
|
||||
#! fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/bin/lsblk --list --noheadings --paths --output NAME,UUID --exclude 2", "msg": "Timer expired after 30 seconds", "rc": 257}
|
||||
gather_timeout = 120
|
||||
handler_includes_static = True
|
||||
# Ansible by default will override variables in specific precedence orders, as described in Variables.
|
||||
# When a variable of higher precedence wins, it will replace the other value.
|
||||
#?! hash_behaviour = merged
|
||||
|
||||
local_tmp = /var/tmp
|
||||
# library = /usr/share/ansible
|
||||
library = /g/TestForge/src/ansible/library
|
||||
nocows = 0
|
||||
retry_files_enabled = False
|
||||
roles_path = /g/TestForge/src/ansible/roles
|
||||
# exists?
|
||||
plugins_path = /g/TestForge/src/ansible/library/plugins
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
host_key_checking = False
|
||||
# http://chrisbergeron.com/2018/06/08/ansible_performance_tuning/
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = var/tmp/.ansible_fact_cache
|
||||
|
||||
forks = 5
|
||||
timeout = 90
|
||||
# This sets the interval (in seconds) of Ansible internal processes polling each other. Lower values
|
||||
# improve performance with large playbooks at the expense of extra CPU load. Higher values are more
|
||||
# suitable for Ansible usage in automation scenarios, when UI responsiveness is not required but CPU usage
|
||||
# might be a concern. Default corresponds to the value hardcoded in 2.1: was 1
|
||||
internal_poll_interval=5
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# new 2.8
|
||||
# https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.8.html
|
||||
string_conversion_action = error
|
||||
conditional_bare_variables = false
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# https://thepracticalsysadmin.com/turbocharge-your-ansible-playbooks/
|
||||
[ssh_connection]
|
||||
pipelining = True
|
|
@ -0,0 +1,3 @@
|
|||
[inventory]
|
||||
enable_plugins = yaml
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[chroot_connection]
|
||||
# exe = /usr/local/sbin/base_chroot.bash
|
||||
exe = /bin/chroot
|
Loading…
Add table
Add a link
Reference in a new issue