ansible-development-environ.../roles/ansible/defaults/main.yml

15 lines
287 B
YAML

---
# defaults file for ansible
ansible_configuration:
- option: roles_path
value: roles
- option: retry_files_enabled
value: "no"
- option: inventory
value: inventory
- option: stdout_callback
value: yaml
- option: callback_whitelist
value: profile_roles