Compare commits

...

2 Commits

Author SHA1 Message Date
c3a225ca05 Update .gitea/workflows/deploy-k8s.yml 2025-10-24 18:43:35 +00:00
9385da0ed1 Update inventory.ini 2025-10-23 07:52:40 +00:00
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ name: IACAnsible
on: on:
push: push:
branches: [ main ] branches: [ kubernetes-vazio ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@ -1,9 +1,9 @@
[kube-master] [kube-master]
master1 ansible_host=192.168.1.10 ansible_user=ubuntu master1 ansible_host=192.168.1.10 ansible_user=ubuntu ansible_ssh_common_args='-o StrictHostKeyChecking=no'
[kube-node] [kube-node]
node1 ansible_host=192.168.1.11 ansible_user=ubuntu node1 ansible_host=192.168.1.11 ansible_user=ubuntu ansible_ssh_common_args='-o StrictHostKeyChecking=no'
node2 ansible_host=192.168.1.12 ansible_user=ubuntu node2 ansible_host=192.168.1.12 ansible_user=ubuntu ansible_ssh_common_args='-o StrictHostKeyChecking=no'
[all:vars] #[all:vars]
ansible_python_interpreter=/usr/bin/python3 #ansible_python_interpreter=/usr/bin/python3