Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [defaults]
- ansible_managed = Ansible Managed
- command_warnings = false
- forks = 50
- interpreter_python = /opt/python/bin/python3.12
- nocows = 1
- gathering = explicit
- facts_modules = hardware
- any_errors_fatal = true
- retry_files_enabled = false
- # change the default inventory with command line flags
- inventory = ./environments/local
- roles_path = ./roles
- host_key_checking = false
- [ssh_connection]
- pipelining = true
Advertisement
Add Comment
Please, Sign In to add comment