Replace vmname with hostname
[noc.git] / ansible / roles / vm / install / meta / main.yml
1 ---
2 dependencies:
3   - role: preseed
4     hostname: "{{ hostname }}"
5     # TODO: Find a way to eliminate the duplicate defaults.
6     ssh_keys: "{{ hostvars[hostname].ssh_keys | default(noc_ssh_keys) }}"