update ansible files
This commit is contained in:
parent
992eea1a2e
commit
5969895920
20 changed files with 223 additions and 26 deletions
11
ansible/roles/customize/tasks/main.yml
Normal file
11
ansible/roles/customize/tasks/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- name: Load a variable file
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
|
||||
- "vars/{{ ansible_distribution }}.yml"
|
||||
- "vars/{{ ansible_os_family }}.yml"
|
||||
- "vars/defaults.yml"
|
||||
|
||||
- name:
|
||||
include_tasks: "defaults.yml"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue