mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-11 02:15:11 +02:00
A simple idea to allow playbooks to control which bit of the role to run
This commit is contained in:
@ -8,10 +8,10 @@
|
||||
tags:
|
||||
- setup-all
|
||||
|
||||
# - include: tasks/setup/setup_ssl.yml
|
||||
# tags:
|
||||
# - setup-all
|
||||
# - setup-ssl
|
||||
- include: tasks/setup/setup_ssl.yml
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-ssl
|
||||
|
||||
- include: tasks/setup/setup_postgres.yml
|
||||
tags:
|
||||
@ -70,4 +70,4 @@
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-nginx-proxy
|
||||
- setup-well-known
|
||||
- setup-well-known
|
Reference in New Issue
Block a user