chore: update hosts to exclude docker and pve from base
All checks were successful
Deploy / Prepare Build (push) Successful in 17s
All checks were successful
Deploy / Prepare Build (push) Successful in 17s
This commit is contained in:
7
hosts
7
hosts
@ -16,3 +16,10 @@ vps01.comprofix.com
|
|||||||
[jellyfin]
|
[jellyfin]
|
||||||
jellyfin.comprofix.xyz
|
jellyfin.comprofix.xyz
|
||||||
|
|
||||||
|
[base]
|
||||||
|
vps01.comprofix.com
|
||||||
|
vps02.comprofix.com
|
||||||
|
omada-lxc.comprofix.xyz
|
||||||
|
jellyfin.comprofix.xyz
|
||||||
|
|
||||||
|
|
||||||
|
4
main.yml
4
main.yml
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: base
|
||||||
name: Configure all servers
|
name: Configure all servers
|
||||||
become: yes
|
become: yes
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
@ -151,7 +151,6 @@
|
|||||||
- hosts: omada
|
- hosts: omada
|
||||||
become: yes
|
become: yes
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
|
||||||
- name: Run base role to update packages
|
- name: Run base role to update packages
|
||||||
import_role:
|
import_role:
|
||||||
name: base
|
name: base
|
||||||
@ -168,7 +167,6 @@
|
|||||||
tags: docker_install
|
tags: docker_install
|
||||||
- role: nfs
|
- role: nfs
|
||||||
mounts:
|
mounts:
|
||||||
|
|
||||||
- name: Data share
|
- name: Data share
|
||||||
path: /data
|
path: /data
|
||||||
src: truenas.comprofix.xyz:/mnt/datapool/docker
|
src: truenas.comprofix.xyz:/mnt/datapool/docker
|
||||||
|
Reference in New Issue
Block a user