1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Create run-one-role.yml

This commit is contained in:
A Holt 2018-04-03 11:56:34 -04:00 committed by GitHub
parent f3581a6e88
commit a8f9aa641d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
run-one-role.yml Normal file
View file

@ -0,0 +1,13 @@
---
- hosts: all
become: yes
vars_files:
- vars/default_vars.yml
- vars/{{ ansible_local.local_facts.os_ver }}.yml
- vars/local_vars.yml
- /etc/iiab/config_vars.yml
roles:
- { role: 0-init, tags: ['0-init'] }
- { role: "{{ role_to_run }}", tags: ['run'] }