Add networkd configuration to server role

Update inventory with necessary networking settings
This commit is contained in:
2021-11-06 00:33:41 -04:00
parent ce799cceaa
commit 487e41c058
5 changed files with 185 additions and 7 deletions

View File

@@ -4,3 +4,7 @@
- name: Configure SSH server
ansible.builtin.import_tasks: sshd.yaml
- name: Configure network settings
when: skylab_networking is defined
ansible.builtin.include_tasks: networkd.yaml