Migrate services part
This commit is contained in:
parent
7c59e4ae57
commit
73bce8f6e5
157 changed files with 3883 additions and 9 deletions
playbooks/tasks
6
playbooks/tasks/start-common-service.yml
Normal file
6
playbooks/tasks/start-common-service.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Import tasks to template the site for the reverse proxy
|
||||
ansible.builtin.include_tasks: tasks/steps/template-site-config.yml
|
||||
when: svc.domain is defined
|
||||
- name: Import tasks to start the service
|
||||
ansible.builtin.import_tasks: tasks/steps/start-service.yml
|
Loading…
Add table
Add a link
Reference in a new issue