Compare commits

...

11 Commits

Author SHA1 Message Date
d435f761a1 add cron trigger
All checks were successful
Run ansible playbooks / update-proxmox (push) Successful in 36s
Run ansible playbooks / prune-images (push) Successful in 40s
Run ansible playbooks / update-packages (push) Successful in 35s
2025-11-27 13:33:51 +00:00
a6d58bfcc4 change port for ovh 2025-11-27 17:11:28 +05:30
2bc143a162 remove nginx 2025-11-27 16:47:33 +05:30
ff872d45cd add ovh and portfolio 2025-11-27 16:45:13 +05:30
24ff0ea9e3 Update .gitea/workflows/playbooks.yml 2025-10-31 06:40:38 +05:30
86630fa0c2 Update .gitea/workflows/playbooks.yml 2025-10-31 06:38:48 +05:30
4d6526d3c3 Update .gitea/workflows/playbooks.yml 2025-10-31 06:30:30 +05:30
76b8a48bb7 Update .gitea/workflows/playbooks.yml 2025-10-31 06:30:06 +05:30
90f7f187cd Update .gitea/workflows/playbooks.yml 2025-10-31 05:51:58 +05:30
a8f9c1b19d add kube-lb hosts 2025-10-25 05:36:37 +00:00
98971dfd01 delete contabo, add nginx and kube-lb hosts 2025-10-25 05:36:18 +00:00
3 changed files with 17 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Run ansible playbooks
on:
schedule:
- cron: '@daily'
- cron: "@daily"
workflow_dispatch:
jobs:

View File

@@ -1,6 +1,10 @@
---
ungrouped:
hosts:
ovh:
ansible_host: 139.99.47.225
ansible_user: debian
ansible_port: 222
omv:
ansible_host: 192.168.1.4
ansible_user: root
@@ -13,8 +17,8 @@ ungrouped:
ansible:
ansible_host: 192.168.1.29
ansible_user: akshun
contabo:
ansible_host: 156.67.111.47
portfolio:
ansible_host: 192.168.1.9
ansible_user: akshun
kube:
@@ -35,6 +39,15 @@ kube:
ansible_host: 192.168.1.105
ansible_user: akshun
kube-lb:
hosts:
kube-lb-01:
ansible_host: 192.168.1.51
ansible_user: akshun
kube-lb-02:
ansible_host: 192.168.1.52
ansible_user: akshun
proxmox:
hosts:
proxmox-main:

View File

@@ -1,5 +1,5 @@
---
- hosts: kube,ungrouped
- hosts: kube,ungrouped,kube-lb
become: true
vars_files:
- ../secret