From 7e37b0d380d246efab747814f993e1424ef61efe Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 2 Sep 2018 23:59:19 -0400 Subject: [PATCH] Update and rename iiab-base.yml to iiab-support.yml --- iiab-base.yml | 13 ------------- iiab-support.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 iiab-base.yml create mode 100644 iiab-support.yml diff --git a/iiab-base.yml b/iiab-base.yml deleted file mode 100644 index de2238008..000000000 --- a/iiab-base.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: all - become: yes - - vars_files: - - vars/default_vars.yml - - vars/{{ ansible_local.local_facts.os_ver }}.yml - - /etc/iiab/local_vars.yml - - roles: - - { role: 0-init, tags: ['0-init'] } - - { role: 1-prep, tags: ['1-prep','platform','base'] } - - { role: openvpn, tags: ['openvpn'] } diff --git a/iiab-support.yml b/iiab-support.yml new file mode 100644 index 000000000..22b48df3c --- /dev/null +++ b/iiab-support.yml @@ -0,0 +1,14 @@ +--- +- hosts: all + become: yes + + vars_files: + - vars/default_vars.yml + - vars/{{ ansible_local.local_facts.os_ver }}.yml + - /etc/iiab/local_vars.yml + + roles: + - { role: 0-init, tags: ['0-init'] } + #- { role: 1-prep, tags: ['1-prep', 'platform', 'base'] } + - { role: 1-prep, tags: ['1-prep'] } + - { role: openvpn, tags: ['openvpn'] }