1
0
IaC/ansible/playbooks/vp2420.yaml

25 lines
386 B
YAML
Raw Normal View History

2023-08-10 09:32:17 -04:00
---
# Arch install bare metal
# Systemd networking
- name: Setup systemd-networkd
2023-08-12 06:19:07 -04:00
hosts: hv00.balsillie.house
2023-08-10 09:32:17 -04:00
become: true
roles:
- name: systemd_networkd
vars:
2023-08-12 06:19:07 -04:00
ansible_host: 192.168.1.106
2023-08-10 09:32:17 -04:00
# Serial console
2023-08-12 06:19:07 -04:00
# - name: Setup serial console
# hosts: hv00_balsillie_house
# become: true
# roles:
# - name: serial_console
2023-08-10 09:32:17 -04:00
# Hypervisor setup
# VM setup