From ecda970f1ab1db30bfc600714bbac19e94ff2294 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 22 Feb 2026 11:50:14 +0100 Subject: [PATCH] build --- all.yml | 3 +++ hosts_init.yml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/all.yml b/all.yml index 1676e9c..3d95657 100755 --- a/all.yml +++ b/all.yml @@ -95,3 +95,6 @@ - name: docker_swarm role: docker_swarm tags: docker_swarm + - name: cloud_init + role: cloud_init + tags: cloud_init \ No newline at end of file diff --git a/hosts_init.yml b/hosts_init.yml index d703554..93bf66b 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -73,6 +73,7 @@ datacenter: rocky9: hosts: rocky9-vm0[1:9].home.lan: + 192.168.77.212: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd @@ -80,4 +81,5 @@ datacenter: ansible_become_method: su ansible_become_password: q ansible_ssh_pass: q - ansible_become_user: root \ No newline at end of file + ansible_become_user: root + \ No newline at end of file