This commit is contained in:
@ -1,6 +1,3 @@
|
|||||||
[proxmox]
|
|
||||||
pve2.comprofix.xyz ansible_user=root
|
|
||||||
|
|
||||||
[cloud]
|
[cloud]
|
||||||
vps02.comprofix.com
|
vps02.comprofix.com
|
||||||
|
|
||||||
@ -16,10 +13,4 @@ vps01.comprofix.com
|
|||||||
[jellyfin]
|
[jellyfin]
|
||||||
jellyfin.comprofix.xyz
|
jellyfin.comprofix.xyz
|
||||||
|
|
||||||
[servers:children]
|
|
||||||
jellyfin
|
|
||||||
vps
|
|
||||||
omada
|
|
||||||
docker
|
|
||||||
cloud
|
|
||||||
|
|
||||||
|
4
main.yml
4
main.yml
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Prepare all servers
|
- name: Prepare all servers
|
||||||
hosts: servers
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- group_vars/all_secrets.yml
|
- group_vars/all_secrets.yml
|
||||||
@ -47,6 +47,8 @@
|
|||||||
maxretry = 3
|
maxretry = 3
|
||||||
bantime = 3600
|
bantime = 3600
|
||||||
findtime = 300
|
findtime = 300
|
||||||
|
tags: base_install
|
||||||
|
|
||||||
|
|
||||||
- hosts: cloud
|
- hosts: cloud
|
||||||
become: yes
|
become: yes
|
||||||
|
Reference in New Issue
Block a user