Add Monitoring host
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-30 21:51:23 +02:00
parent 936bbf7ecd
commit f2cd3c991b
9 changed files with 226 additions and 17 deletions

View File

@ -2,11 +2,11 @@
- name: Set service_dir
ansible.builtin.set_fact:
service_dir: "{{ compose_dir | mandatory }}/{{ service | mandatory }}"
service_dir: "{{ compose_dir | mandatory }}/{{ service | mandatory }}{% if service_name is defined %}-{{ service_name }}{% endif %}"
cacheable: true
- ansible.builtin.debug:
msg: "Working on {{ service }}"
msg: "Working on {{ service }}{% if service_name is defined %}-{{ service_name }}{% endif %}"
verbosity: 0
- include_tasks: create.yml