1
0
Fork 0
home-stack-ansible/playbook.yml

59 lines
1.0 KiB
YAML
Raw Normal View History

2021-12-05 02:40:14 +00:00
- hosts: proxmox
roles:
- proxmox
- hosts: k3s-server
roles:
- k3s-server
- hosts: k3s-agent
roles:
- k3s-agent
- hosts: generic-linux
2021-08-25 04:33:56 +00:00
roles:
- common
2021-12-17 23:17:18 +00:00
- hosts: bastion
2021-08-25 04:33:56 +00:00
roles:
- haproxy
2021-12-17 23:17:18 +00:00
- bastion
2023-12-23 21:36:22 +00:00
- wireguard
2021-08-25 04:33:56 +00:00
2024-08-08 02:02:28 +00:00
- hosts: pihole
roles:
- pihole-local-dns-records
2022-08-29 13:23:19 +00:00
- hosts: plex
roles:
- plex
2023-06-04 20:59:59 +00:00
2023-06-17 02:53:07 +00:00
- hosts: minecraft-server
2023-06-04 20:59:59 +00:00
roles:
2023-11-18 07:42:26 +00:00
- minecraft-server
2024-01-16 22:42:39 +00:00
- hosts: home-assistant
roles:
- zigbee2mqtt
2024-01-21 02:59:46 +00:00
- hydroqc2mqtt
2024-01-16 22:42:39 +00:00
- home-assistant
tasks:
- name: Install home-assistant binary_sensors config
copy:
src: home-assistant/binary_sensors
dest: /opt/homeassistant/config/binary_sensors
- name: Install home-assistant mqtt config
copy:
src: home-assistant/mqtt
dest: /opt/homeassistant/config/mqtt
- name: Install home-assistant automations
copy:
src: home-assistant/automations
dest: /opt/homeassistant/config/automations
2024-01-16 22:42:39 +00:00
2023-11-18 07:42:26 +00:00
- hosts: cups
roles:
2024-08-06 17:41:57 +00:00
- cups
- hosts: usbip
roles:
- usbip