Add hostfile management to server role

Add aliases for direct connections of the cluster servers
This commit is contained in:
2021-11-09 00:26:28 -05:00
parent 197157b830
commit 8ac7e0f5a3
3 changed files with 45 additions and 0 deletions

View File

@@ -8,3 +8,7 @@
- name: Configure network settings
when: skylab_networking is defined
ansible.builtin.include_tasks: networkd.yaml
- name: Configure hostsfile
when: skylab_direct_peers is defined
ansible.builtin.include_tasks: hosts.yaml