Changeset 14192 for main/waeup-ansible


Ignore:
Timestamp:
27 Sep 2016, 08:53:45 (8 years ago)
Author:
Henrik Bettermann
Message:

Add Ikoba Demo and Ikoba Uniben instances.

Location:
main/waeup-ansible
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup-ansible/README.rst

    r13843 r14192  
    9595--------------------------
    9696
    97 We call those nachines "freshmech" that are freshly delivered from the
     97We call those machines "freshmech" that are freshly delivered from the
    9898hosting provider or that were freshly provisioned by `vagrant` (see
    9999above).
  • main/waeup-ansible/playbook-post-reboot.yml

    r14032 r14192  
    4545    args:
    4646      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/
    4751
    4852
     
    5559    args:
    5660      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  
    4040    args:
    4141      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/
    4246  - name: Stop Kofa instances
    4347    command: sudo -u kofa /kofa/scripts/kofactl_all.sh stop
     
    5054  become_user: root
    5155  tasks:
    52   - name: Stop kofa instances
     56  - name: Stop Kofa instances
    5357    command: sudo -u kofa /kofa/scripts/kofactl_all.sh stop
    5458    args:
    5559      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.