X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Fgeneric.yaml;h=d3b8de827a404884ebb579076e904f650ec96a71;hb=HEAD;hp=fe7412069da1f38cdf5ac51fe201258891c377ff;hpb=48446c37050a0a1257d0ceb7506caf50d821c269;p=noc.git diff --git a/ansible/generic.yaml b/ansible/generic.yaml index fe74120..d3b8de8 100644 --- a/ansible/generic.yaml +++ b/ansible/generic.yaml @@ -1,5 +1,5 @@ --- -- name: "Apply role {{ role }} to hosts: {{ hosts }}" - hosts: "{{ hosts }}" +- name: "Apply role {{ myrole }} to hosts: {{ myhosts }}" + hosts: "{{ myhosts }}" roles: - - role: "{{ role }}" + - role: "{{ myrole }}"