Changeset 14330 for main/waeup-ansible


Ignore:
Timestamp:
9 Dec 2016, 09:58:46 (8 years ago)
Author:
Henrik Bettermann
Message:

Add Ikoba AAUE instance to playbooks.

Location:
main/waeup-ansible
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup-ansible/playbook-post-reboot.yml

    r14192 r14330  
    3737  become_user: root
    3838  tasks:
     39  - name: Start Ikoba AAUE instance
     40    command: sudo -u ikoba /ikoba/aaue/bin/ikobactl start
     41    args:
     42      chdir: /ikoba/aaue/
    3943  - name: Start Ikoba PCN instance
    4044    command: sudo -u ikoba /ikoba/pcn/bin/ikobactl start
  • main/waeup-ansible/playbook-prep-reboot.yml

    r14192 r14330  
    3636  become_user: root
    3737  tasks:
     38  - name: Stop Ikoba AAUE instance
     39    command: sudo -u ikoba /ikoba/aaue/bin/ikobactl stop
     40    args:
     41      chdir: /ikoba/aaue/
    3842  - name: Stop Ikoba PCN instance
    3943    command: sudo -u ikoba /ikoba/pcn/bin/ikobactl stop
Note: See TracChangeset for help on using the changeset viewer.