aurutils install working
This commit is contained in:
9
ansible/playbooks/infra/hv00.yaml
Normal file
9
ansible/playbooks/infra/hv00.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Setup core home router
|
||||
hosts:
|
||||
- hv00.balsillie.house
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- role: aur_repo
|
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user