Skip to content

Supervisor: Updating an application on host

  1. git pull ÃŽn attracs-linux-playbooks
  2. Make changes in attracs-linux-playbooks/supervisord/run/<application-conf.j2>
  3. ansible-playbook supervisord/supervisord-update-run-configs.yml --limit "backend-server-or-group" --vault-password-file=.vault_password_file
    1. If it is a CC-server, remember to have VPN: Devops OpenVPN (https://app.clickup.com/2496230/docs/2c5q6-69975/2c5q6-254555)
    2. The location where you run the playbook is important!
  4. Check managevisor, does everything look good?
  5. git push