- Network Automation Cookbook
- Karim Okasha
- 18字
- 2025-04-04 13:10:13
How to do it...
- Create a new file called ansible.cfg, as shown here:
[defaults]
inventory=hosts
vault_password_file=decryption_password
gathering=explicit
[defaults]
inventory=hosts
vault_password_file=decryption_password
gathering=explicit