Guest User

Untitled

a guest
Feb 11th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [defaults]
  2. ansible_managed = Ansible Managed
  3. command_warnings = false
  4. forks = 50
  5. interpreter_python = /opt/python/bin/python3.12
  6. nocows = 1
  7.  
  8. gathering = explicit
  9. facts_modules = hardware
  10.  
  11. any_errors_fatal = true
  12. retry_files_enabled = false
  13.  
  14. # change the default inventory with command line flags
  15. inventory = ./environments/local
  16. roles_path = ./roles
  17.  
  18. host_key_checking = false
  19.  
  20. [ssh_connection]
  21. pipelining = true
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment