infra-ansible
ansible script to ship alpine/ssh/wireguard
git clone https://9o.is/git/infra-ansible.git
commit 73aa9dd75da5b1536ff8f982b365f2451a7d7658 parent aa2d65dfae2fb2c340a0157fc6f34e47e3a10f1d Author: Jul <jul@9o.is> Date: Sat, 1 Jun 2024 17:24:13 +0800 target python3 binary Diffstat:
| M | host/env/prod/host_vars/server01.qh.is | | | 2 | +- |
| M | host/env/test/host_vars/server01.local | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/host/env/prod/host_vars/server01.qh.is b/host/env/prod/host_vars/server01.qh.is @@ -1,5 +1,5 @@ ansible_become_method: doas -ansible_python_interpreter: /usr/bin/python3.12 +ansible_python_interpreter: /usr/bin/python3 debian_preinstalled: true debian_net_interface: ens3 diff --git a/host/env/test/host_vars/server01.local b/host/env/test/host_vars/server01.local @@ -1,5 +1,5 @@ ansible_become_method: doas -ansible_python_interpreter: /usr/bin/python3.12 +ansible_python_interpreter: /usr/bin/python3 static_ip: 10.137.0.5 static_subnet: 255.255.255.255