Sriram Yagnaraman | fbb5856 | 2019-12-09 09:30:13 +0000 | [diff] [blame] | 1 | [ssh_connection] |
2 | ssh_args = -o ControlMaster=auto -o ControlPersist=60m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no | ||||
3 | [defaults] | ||||
4 | host_key_checking=False | ||||
5 | deprecation_warnings=False | ||||
6 | localhost_warning=False | ||||
7 | display_skipped_hosts=False | ||||
8 | inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds | ||||
9 | [inventory] | ||||
10 | ignore_patterns = artifacts, credentials |