diff --git a/hosts.yml b/hosts.yml index 3e0fd9f..a5c7bfa 100644 --- a/hosts.yml +++ b/hosts.yml @@ -151,7 +151,7 @@ datacenter: ansible_become_password: q morefine-server: hosts: - 192.168.77.47: + morefine: vars: jaydee_install_mqtt_srv: true ansible_python_interpreter: auto_silent diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index cc3a529..68d5251 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -20,6 +20,7 @@ - include_tasks: stop_containers.yaml name: Stop Containers when: inventory_hostname == destination_server + - name: Pause for 60 seconds ansible.builtin.pause: seconds: 60