chore: set base_install tag
Some checks failed
Deploy / Prepare Build (push) Failing after 31s

This commit is contained in:
2025-09-22 20:02:18 +10:00
parent cf7d55e3e1
commit 0e6c43b907
2 changed files with 3 additions and 10 deletions

View File

@ -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

View File

@ -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