ci/cd file

This commit is contained in:
CC
2026-05-21 17:20:57 +01:00
parent d73dd0919d
commit 4bff0f9703
3 changed files with 3 additions and 18 deletions

View File

@@ -58,7 +58,10 @@ jobs:
- name: Ansible Inventory YML
run: |
ls
echo "ansible folder"
ls ansible
echo "inventory folder"
ls ansible/inventory
#cat ansible/inventory/inventory.yml
- name: Run playbook

View File

@@ -1,8 +0,0 @@
"all":
"children":
"n8n":
"hosts":
"n8n-01":
"ansible_host": "192.168.10.117"
"vars":
"ansible_user": "cloud"

View File

@@ -1,10 +0,0 @@
"vm_tag_data":
"main":
"node_name": "pop"
"tags":
- "agentic"
- "terraform"
- "docker"
- "n8n"
- "ip-192-168-10-117"
"vm_name": "n8n-01"