Compare commits

..

2 Commits

Author SHA1 Message Date
24fa4962ad add: .bruno folder to gitignore 2026-06-17 07:36:29 +00:00
14889058a9 add: gateway change 2026-06-12 23:03:53 +00:00
2 changed files with 0 additions and 24 deletions

View File

@@ -1,20 +0,0 @@
---
all:
children:
opnsense:
vars:
ansible_connection: local
children:
opnsense_backup:
hosts:
cerbere-head2:
ansible_host: 192.168.88.3
main_role: BACKUP
hypervisor: TrueNAS
opnsense_master:
hosts:
cerbere-head1:
ansible_host: 192.168.88.2
main_role: MASTER
hypervisor: Proxmox
proxmox_vmid: 122

View File

@@ -94,10 +94,6 @@
retries: 60
delay: 15
- name: Pause 15s
ansible.builtin.pause:
seconds: 15
- name: Update packages
ansible.builtin.apt:
upgrade: full