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

update STAGE on the fly part 2

This commit is contained in:
Jerry Vonau 2017-10-28 12:53:47 -05:00
parent d907568c4b
commit d981d55fde
4 changed files with 24 additions and 0 deletions

View file

@ -21,5 +21,11 @@
when: idmgr_install
tags: olpc, idmgr
- name: Record STAGE 5
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=5'
state=present
- name: ...HAS COMPLETED ====================================
command: echo

View file

@ -45,5 +45,11 @@
when: wordpress_install
tags: wordpress
- name: Record STAGE 6
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=6'
state=present
- name: ...HAS COMPLETED ===================================
command: echo

View file

@ -39,5 +39,11 @@
when: sugarizer_install
tags: sugarizer
- name: Record STAGE 7
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=7'
state=present
- name: ...HAS COMPLETED =======================================
command: echo

View file

@ -51,5 +51,11 @@
when: xovis_install and ansible_distribution != "CentOS"
tags: xovis
- name: Record STAGE 8
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'
line='STAGE=8'
state=present
- name: ...HAS COMPLETED =====================================
command: echo