From bf5c1badecaf840a18d011d6bc0dd5621c747cb6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 20:38:49 -0400 Subject: [PATCH] tags harmonized w/ actual role names; 5-xo-services uncommented --- iiab.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/iiab.yml b/iiab.yml index b46cac86e..3c5004600 100644 --- a/iiab.yml +++ b/iiab.yml @@ -9,13 +9,12 @@ - /etc/iiab/config_vars.yml roles: - - { role: 0-init, tags: ['init'] } - - { role: 1-prep, tags: ['prep','platform','base'] } - - { role: 2-common, tags: ['common','base'] } - - { role: 3-base-server, tags: ['base'] } - - { role: 4-server-options, tags: ['options'] } -# - { role: 5-xo-services, tags: ['xo-services'] } - - { role: 6-generic-apps, tags: ['generic-apps'] } - - { role: 7-edu-apps, tags: ['edu-apps'] } - - { role: 8-mgmt-tools, tags: ['tools'] } - - { role: 9-local-addons, tags: ['addons'] } + - { role: 1-prep, tags: ['1-prep','platform','base'] } + - { role: 2-common, tags: ['2-common','base'] } + - { role: 3-base-server, tags: ['3-base-server','base'] } + - { role: 4-server-options, tags: ['4-server-options'] } + - { role: 5-xo-services, tags: ['5-xo-services'] } + - { role: 6-generic-apps, tags: ['6-generic-apps'] } + - { role: 7-edu-apps, tags: ['7-edu-apps'] } + - { role: 8-mgmt-tools, tags: ['8-mgmt-tools'] } + - { role: 9-local-addons, tags: ['9-local-addons'] }