18 lines
411 B
YAML
18 lines
411 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
|
|
|
|
# To update packages this role places on the system, set `ansible_package_state` to `latest`.
|
|
ansible_package_state: present
|