Files
provisioning/roles/_template/vars/_extravars.yml
richard 50e8b2f41f template role
nginx role
jenkins clean install working
2015-09-09 08:10:06 -04:00

11 lines
293 B
YAML

---
# vars/_extravars.yml
# define extra variable values here
# this file should be loaded via an include_vars statement in the task.
# often this is used for managing differences in os.
# Variable setup.
#- name: Include OS-Specific variables
# include_vars: "{{ ansible_os_family }}.yml"