1
0
IaC/ansible/playbooks/infra/vp2420.yaml

42 lines
677 B
YAML
Raw Normal View History

2023-08-10 09:32:17 -04:00
---
# Arch install bare metal
# Systemd networking
2023-08-14 08:27:29 -04:00
# - name: Setup systemd-networkd
# hosts: hv00.balsillie.house
# become: true
# roles:
# - name: systemd_networkd
# vars:
# 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
2023-08-14 08:27:29 -04:00
# hosts: hv00.balsillie.house
2023-08-12 06:19:07 -04:00
# become: true
# roles:
# - name: serial_console
2023-08-10 09:32:17 -04:00
# Hypervisor setup
2023-08-14 08:27:29 -04:00
# - name: Configure hypervisor
# hosts: hv00.balsillie.house
# gather_facts: true
# become: true
# roles:
# - name: hypervisor
# SSHd setup
- name: Configure sshd
hosts: hv00.balsillie.house
gather_facts: true
become: true
roles:
- name: sshd_setup
2024-04-20 06:24:20 -04:00
# VM setup