Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall with ansible #10

Open
moan0s opened this issue Apr 14, 2022 · 1 comment
Open

Uninstall with ansible #10

moan0s opened this issue Apr 14, 2022 · 1 comment
Labels
Ansible Anything related to ansible deployment enhancement New feature or request

Comments

@moan0s
Copy link
Owner

moan0s commented Apr 14, 2022

The ansible roles could also provide a uninstall role that is triggered by matrix-registration-bot-enabled=false.
In the main.yml it would look like this:

- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  when: "run_setup|bool and not matrix_registration_bot_enabled|bool"
  tags:
    - setup-all
    - setup-matrix-registration-bot
@moan0s moan0s added enhancement New feature or request Ansible Anything related to ansible deployment labels Apr 14, 2022
moan0s added a commit that referenced this issue Apr 15, 2022
@moan0s
Copy link
Owner Author

moan0s commented Jul 31, 2022

The matrix-docker-ansible-deploy has this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ansible Anything related to ansible deployment enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant