diff --git a/templates/main.yaml.j2 b/templates/main.yaml.j2 deleted file mode 100644 index b40d7c9..0000000 --- a/templates/main.yaml.j2 +++ /dev/null @@ -1,10 +0,0 @@ ---- -{% for vmo in vmList %} -- hosts: - roles: - - monitoring-client - - monitoring-logs - {% if vmo.hostname == "monitoring" %} - - monitoring-master - {% endif %} -{% endif %}