matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Changes to vars.yml do not affect the server when setup-all (update) is run

Open BettyNutz opened this issue 1 year ago • 2 comments

Matrix Server:

  • OS: [deb11]
  • Architecture [amd64] 1gb linode instance

Problem description:

When i modify the vars.yml file and run this command:

ansible-playbook -i inventory/hosts setup.yml --tags=setup-all --ask-become-pass

The playbook does not update the server. Not had a problem doing this before.

Note: I have run just roles after the mod to the vars.yml file. Not entirely sure if this needs to be done every time i mod the vars.yml file?

BettyNutz avatar Aug 01 '23 09:08 BettyNutz

Can you elaborate which changes you made to the vars.yml that were not applied?

You don't have to run just roles every time you modify your vars.yml, just when you pull a new version of the playbook.

moan0s avatar Aug 01 '23 13:08 moan0s

turning on/off the admin api:

matrix_synapse_admin_enabled: true
matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_admin_api_enabled: true

also, installing uninstalling the gpt bot

BettyNutz avatar Aug 01 '23 13:08 BettyNutz