Compare commits
11 Commits
3a41335c34
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d435f761a1 | |||
| a6d58bfcc4 | |||
| 2bc143a162 | |||
| ff872d45cd | |||
| 24ff0ea9e3 | |||
| 86630fa0c2 | |||
| 4d6526d3c3 | |||
| 76b8a48bb7 | |||
| 90f7f187cd | |||
| a8f9c1b19d | |||
| 98971dfd01 |
@@ -2,7 +2,7 @@ name: Run ansible playbooks
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
- cron: "@daily"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: kube,ungrouped
|
||||
- hosts: kube,ungrouped,kube-lb
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secret
|
||||
|
||||
Reference in New Issue
Block a user