- Timestamp:
- 27 Sep 2016, 08:53:45 (8 years ago)
- Location:
- main/waeup-ansible
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/README.rst
r13843 r14192 95 95 -------------------------- 96 96 97 We call those nachines "freshmech" that are freshly delivered from the97 We call those machines "freshmech" that are freshly delivered from the 98 98 hosting provider or that were freshly provisioned by `vagrant` (see 99 99 above). -
main/waeup-ansible/playbook-post-reboot.yml
r14032 r14192 45 45 args: 46 46 chdir: /kofa/scripts 47 - name: Start Ikoba Demo instance 48 command: sudo -u ikoba /ikoba/demo/bin/ikobactl start 49 args: 50 chdir: /ikoba/demo/ 47 51 48 52 … … 55 59 args: 56 60 chdir: /kofa/scripts 61 - name: Start Ikoba Uniben instance 62 command: sudo -u ikoba /ikoba/ikobacustom.uniben/bin/ikobactl start 63 args: 64 chdir: /ikoba/ikobacustom.uniben/ -
main/waeup-ansible/playbook-prep-reboot.yml
r14031 r14192 40 40 args: 41 41 chdir: /ikoba/pcn/ 42 - name: Stop Ikoba Demo instance 43 command: sudo -u ikoba /ikoba/demo/bin/ikobactl stop 44 args: 45 chdir: /ikoba/demo/ 42 46 - name: Stop Kofa instances 43 47 command: sudo -u kofa /kofa/scripts/kofactl_all.sh stop … … 50 54 become_user: root 51 55 tasks: 52 - name: Stop kofa instances56 - name: Stop Kofa instances 53 57 command: sudo -u kofa /kofa/scripts/kofactl_all.sh stop 54 58 args: 55 59 chdir: /kofa/scripts 60 - name: Stop Ikoba Uniben instance 61 command: sudo -u ikoba /ikoba/ikobacustom.uniben/bin/ikobactl stop 62 args: 63 chdir: /ikoba/ikobacustom.uniben/
Note: See TracChangeset for help on using the changeset viewer.