system-config/playbooks/set_hostnames.yml
Jeremy Stanley de49ff43b0 Gather facts in set_hostname playbook
The set_hostname playbook, used by the launch-node script, needs
facts to determine which package manager it should use to uninstall
cloud-init. Remove the line which disabled fact gathering so that we
can build servers again.

Change-Id: Ic971d456f6d04273c9b981518614130e9b1c5898
2017-10-26 17:09:33 +00:00

7 lines
105 B
YAML

---
# file: set_hostnames.yml
- hosts: "{{ target }}"
user: root
roles:
- { role: set_hostname }