Hi Team,
When the server is restarted, the DHIS instance is no longer accessible. I am now using the command "sudo ansible-playbook dhis2.yml" to start the services. This command takes a lot of time to start all the services because it tries to download a new war file to deploy.
I tried adding a restart flag to the command but it did not do anything: sudo ansible-playbook dhis2.yml --tags "restart"
Is there a better way to restart the services? Having a playbook to restart the instance would be great. Eg sudo ansible-playbook restart.yml
Hi Team,
When the server is restarted, the DHIS instance is no longer accessible. I am now using the command "sudo ansible-playbook dhis2.yml" to start the services. This command takes a lot of time to start all the services because it tries to download a new war file to deploy.
I tried adding a restart flag to the command but it did not do anything: sudo ansible-playbook dhis2.yml --tags "restart"
Is there a better way to restart the services? Having a playbook to restart the instance would be great. Eg sudo ansible-playbook restart.yml