Changeset 15902


Ignore:
Timestamp:
6 Jan 2020, 13:10:03 (5 years ago)
Author:
uli
Message:

Update host specific settings.

Especially h5 provides no special services anymore and h9 and h10 are new kids
on the block (althoughh w/o any ikoba).

Location:
main/waeup-ansible
Files:
2 edited

Legend:

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

    r15389 r15902  
    2323  #  become_method: sudo
    2424  #  become: true
    25   - name: Start odoo
    26     service: name=odoo-server state=started
    27   - name: Start scientific african
    28     command: sudo -u henrik /home/henrik/zope/instances/sciafr/bin/zopectl start
    29   - name: Start uniben-staff
    30     command: sudo -u henrik /data/srp/instances/uniben-staff/bin/zopectl start
    31   - name: Start ngren plone
    32     command: sudo -u plone /data/plone/ngren/bin/instance start
    33   - name: Start waeup plone
    34     command: sudo -u plone /data/plone/waeup/bin/instance start
     25  #- name: Start odoo
     26  #  service: name=odoo-server state=started
     27  #- name: Start scientific african
     28  #  command: sudo -u henrik /home/henrik/zope/instances/sciafr/bin/zopectl start
     29  #- name: Start uniben-staff
     30  #  command: sudo -u henrik /data/srp/instances/uniben-staff/bin/zopectl start
     31  #- name: Start ngren plone
     32  #  command: sudo -u plone /data/plone/ngren/bin/instance start
     33  #- name: Start waeup plone
     34  #  command: sudo -u plone /data/plone/waeup/bin/instance start
    3535
    3636- hosts: h6.waeup.org
     
    102102    args:
    103103      chdir: /home/vhosts/vhost6
     104
     105- hosts: h9.waeup.org
     106  become: yes
     107  become_user: root
     108  tasks:
     109  - name: Start Kofa instances
     110    command: sudo -u kofa /kofa/scripts/kofactl_all.sh start
     111    args:
     112      chdir: /kofa/scripts
     113
     114- hosts: h10.waeup.org
     115  become: yes
     116  become_user: root
     117  tasks:
     118  - name: Start kofa instances
     119    command: sudo -u kofa /kofa/scripts/kofactl_all.sh start
     120    args:
     121      chdir: /kofa/scripts
  • main/waeup-ansible/playbook-prep-reboot.yml

    r15356 r15902  
    2020  #  file: state=touch path=/home/uli/123
    2121  #  become_user: kofa
    22   - name: Stop odoo
    23     service: name=odoo-server state=stopped
    24   - name: Stop scientific african
    25     command: sudo -u henrik /home/henrik/zope/instances/sciafr/bin/zopectl stop
    26   - name: Stop uniben-staff
    27     command: sudo -u henrik /data/srp/instances/uniben-staff/bin/zopectl stop
    28   - name: Stop ngren plone
    29     command: sudo -u plone /data/plone/ngren/bin/instance stop
    30   - name: Stop waeup plone
    31     command: sudo -u plone /data/plone/waeup/bin/instance stop
     22  #- name: Stop odoo
     23  #  service: name=odoo-server state=stopped
     24  #- name: Stop scientific african
     25  #  command: sudo -u henrik /home/henrik/zope/instances/sciafr/bin/zopectl stop
     26  #- name: Stop uniben-staff
     27  #  command: sudo -u henrik /data/srp/instances/uniben-staff/bin/zopectl stop
     28  #- name: Stop ngren plone
     29  #  command: sudo -u plone /data/plone/ngren/bin/instance stop
     30  #- name: Stop waeup plone
     31  #  command: sudo -u plone /data/plone/waeup/bin/instance stop
    3232
    3333
     
    102102    args:
    103103      chdir: /home/vhosts/vhost6/
     104
     105
     106- hosts: h9.waeup.org
     107  become: yes
     108  become_user: root
     109  tasks:
     110  - name: Stop Kofa instances
     111    command: sudo -u kofa /kofa/scripts/kofactl_all.sh stop
     112    args:
     113      chdir: /kofa/scripts
     114
     115
     116- hosts: h10.waeup.org
     117  become: yes
     118  become_user: root
     119  tasks:
     120  - name: Stop Kofa instances
     121    command: sudo -u kofa /kofa/scripts/kofactl_all.sh stop
     122    args:
     123      chdir: /kofa/scripts
Note: See TracChangeset for help on using the changeset viewer.