aurutils install working

This commit is contained in:
2024-04-22 21:46:14 +12:00
parent c05f3a845b
commit 85330c8645
12 changed files with 245 additions and 49 deletions

View File

@ -0,0 +1,9 @@
---
- name: Setup core home router
hosts:
- hv00.balsillie.house
gather_facts: true
become: true
roles:
- role: aur_repo

View File

@ -1,4 +1,6 @@
- name: Install media services
---
- name: Setup Kodi boxes
hosts:
- kodi00.balsillie.house
gather_facts: true
@ -7,3 +9,4 @@
# - role: sshd
# - role: ufw
- role: nginx
- role: arr

View File

@ -1,41 +0,0 @@
---
# Arch install bare metal
# Systemd networking
# - name: Setup systemd-networkd
# hosts: hv00.balsillie.house
# become: true
# roles:
# - name: systemd_networkd
# vars:
# ansible_host: 192.168.1.106
# Serial console
# - name: Setup serial console
# hosts: hv00.balsillie.house
# become: true
# roles:
# - name: serial_console
# Hypervisor setup
# - 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
# VM setup