migrate ns.xai-corp.net role to ansible-5

This commit is contained in:
2021-12-24 16:49:15 -05:00
parent ad554214af
commit d3d692865c
18 changed files with 657 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
---
# 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"