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 }}"