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:
parent
d907568c4b
commit
d981d55fde
4 changed files with 24 additions and 0 deletions
|
@ -21,5 +21,11 @@
|
||||||
when: idmgr_install
|
when: idmgr_install
|
||||||
tags: olpc, idmgr
|
tags: olpc, idmgr
|
||||||
|
|
||||||
|
- name: Record STAGE 5
|
||||||
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
|
regexp='^STAGE=*'
|
||||||
|
line='STAGE=5'
|
||||||
|
state=present
|
||||||
|
|
||||||
- name: ...HAS COMPLETED ====================================
|
- name: ...HAS COMPLETED ====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
|
@ -45,5 +45,11 @@
|
||||||
when: wordpress_install
|
when: wordpress_install
|
||||||
tags: wordpress
|
tags: wordpress
|
||||||
|
|
||||||
|
- name: Record STAGE 6
|
||||||
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
|
regexp='^STAGE=*'
|
||||||
|
line='STAGE=6'
|
||||||
|
state=present
|
||||||
|
|
||||||
- name: ...HAS COMPLETED ===================================
|
- name: ...HAS COMPLETED ===================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
|
@ -39,5 +39,11 @@
|
||||||
when: sugarizer_install
|
when: sugarizer_install
|
||||||
tags: sugarizer
|
tags: sugarizer
|
||||||
|
|
||||||
|
- name: Record STAGE 7
|
||||||
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
|
regexp='^STAGE=*'
|
||||||
|
line='STAGE=7'
|
||||||
|
state=present
|
||||||
|
|
||||||
- name: ...HAS COMPLETED =======================================
|
- name: ...HAS COMPLETED =======================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
|
@ -51,5 +51,11 @@
|
||||||
when: xovis_install and ansible_distribution != "CentOS"
|
when: xovis_install and ansible_distribution != "CentOS"
|
||||||
tags: xovis
|
tags: xovis
|
||||||
|
|
||||||
|
- name: Record STAGE 8
|
||||||
|
lineinfile: dest=/etc/iiab/iiab.env
|
||||||
|
regexp='^STAGE=*'
|
||||||
|
line='STAGE=8'
|
||||||
|
state=present
|
||||||
|
|
||||||
- name: ...HAS COMPLETED =====================================
|
- name: ...HAS COMPLETED =====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue