1de1670dc4
Depends-On: I9f3cc826241da04cba969493056dbae76921afe8 Change-Id: Ib94ef4c120ec96539c6ea6da144949868e40fce9
9 lines
152 B
YAML
9 lines
152 B
YAML
- hosts: localhost
|
|
roles:
|
|
- add-fileserver
|
|
|
|
- hosts: "{{ fileserver.fqdn }}"
|
|
gather_facts: False
|
|
roles:
|
|
- publish-artifacts-to-fileserver
|