Add role to configure systemd-networkd

This commit is contained in:
Oliver Traber 2023-03-15 23:26:25 +01:00
parent 6c674ff530
commit f226b09f0a
Signed by: Bluemedia
GPG key ID: C0674B105057136C
5 changed files with 63 additions and 7 deletions

View file

@ -1,5 +1,5 @@
ansible_ssh_private_key_file: ~/.ssh/id_rsa
ssh_public_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
ssh_public_key: "{{ lookup('file', '~/.ssh/id_ed25519.pub') }}"
# Network config
subnet: "192.168.6.0"