~starkingdoms/starkingdoms

e94d608b1135797509372dc2f81a237d7b20d156 — core 2 years ago a232f72
hotfix! ansible wrong host groups
2 files changed, 4 insertions(+), 4 deletions(-)

M ansible/start-stable.yaml
M ansible/stop-bleeding.yaml
M ansible/start-stable.yaml => ansible/start-stable.yaml +2 -2
@@ 1,5 1,5 @@
- name: Start stable servers
  hosts: starkingdoms_prod_servers_beta
  hosts: starkingdoms_prod_servers_stable
  vars:
    compose_dir: /home/stk-deploy
  tasks:


@@ 8,4 8,4 @@
    - name: Start the server
      ansible.builtin.shell:
        cmd: docker-compose up -d
        chdir: "{{ compose_dir }}"
\ No newline at end of file
        chdir: "{{ compose_dir }}"

M ansible/stop-bleeding.yaml => ansible/stop-bleeding.yaml +2 -2
@@ 1,5 1,5 @@
- name: Stop bleeding servers
  hosts: starkingdoms_prod_servers_beta
  hosts: starkingdoms_prod_servers_bleeding
  vars:
    compose_dir: /home/stk-deploy
  tasks:


@@ 8,4 8,4 @@
    - name: Stop the server
      ansible.builtin.shell:
        cmd: docker-compose down
        chdir: "{{ compose_dir }}"
\ No newline at end of file
        chdir: "{{ compose_dir }}"