infra-ansible
ansible script to ship alpine/ssh/wireguard
git clone https://9o.is/git/infra-ansible.git
commit 78c2ec8e9c899eb57bf07d1b3e53efbb53d4e49a parent a4f7f2998e4382bada4b488e8fa2344881e2d841 Author: Jul <jul@9o.is> Date: Mon, 10 Jun 2024 20:16:42 +0800 move all files to main directory Diffstat:
37 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/host/.gitignore b/.gitignore diff --git a/host/alpine.yml b/alpine.yml diff --git a/host/ansible.cfg b/ansible.cfg diff --git a/host/contrib/vault-password.sh b/contrib/vault-password.sh diff --git a/host/env/000_cross_env_vars b/env/000_cross_env_vars diff --git a/env/prod/group_vars/all/000_cross_env_vars b/env/prod/group_vars/all/000_cross_env_vars @@ -0,0 +1 @@ +../../../000_cross_env_vars +\ No newline at end of file diff --git a/host/env/prod/group_vars/all/env_specific b/env/prod/group_vars/all/env_specific diff --git a/host/env/prod/host_vars/server01.qh.is b/env/prod/host_vars/server01.qh.is diff --git a/host/env/prod/hosts b/env/prod/hosts diff --git a/env/test/group_vars/all/000_cross_env_vars b/env/test/group_vars/all/000_cross_env_vars @@ -0,0 +1 @@ +../../../000_cross_env_vars +\ No newline at end of file diff --git a/host/env/test/group_vars/all/env_specific b/env/test/group_vars/all/env_specific diff --git a/host/env/test/host_vars/server01.local b/env/test/host_vars/server01.local diff --git a/host/env/test/hosts b/env/test/hosts diff --git a/host/env/prod/group_vars/all/000_cross_env_vars b/host/env/prod/group_vars/all/000_cross_env_vars @@ -1 +0,0 @@ -../../../000_cross_env_vars -\ No newline at end of file diff --git a/host/env/test/group_vars/all/000_cross_env_vars b/host/env/test/group_vars/all/000_cross_env_vars @@ -1 +0,0 @@ -../../../000_cross_env_vars -\ No newline at end of file diff --git a/host/readme.md b/readme.md diff --git a/host/roles/alpine/defaults/main.yml b/roles/alpine/defaults/main.yml diff --git a/host/roles/alpine/handlers/main.yml b/roles/alpine/handlers/main.yml diff --git a/host/roles/alpine/tasks/build.yml b/roles/alpine/tasks/build.yml diff --git a/host/roles/alpine/tasks/debian_autoboot.yml b/roles/alpine/tasks/debian_autoboot.yml diff --git a/host/roles/alpine/tasks/main.yml b/roles/alpine/tasks/main.yml diff --git a/host/roles/alpine/templates/Containerfile.j2 b/roles/alpine/templates/Containerfile.j2 diff --git a/host/roles/alpine/templates/entrypoint.sh.j2 b/roles/alpine/templates/entrypoint.sh.j2 diff --git a/host/roles/alpine/templates/genapkovl-mkimgoverlay.sh.j2 b/roles/alpine/templates/genapkovl-mkimgoverlay.sh.j2 diff --git a/host/roles/alpine/templates/mkimg.x.sh.j2 b/roles/alpine/templates/mkimg.x.sh.j2 diff --git a/host/roles/setup/handlers/main.yml b/roles/setup/handlers/main.yml diff --git a/host/roles/setup/tasks/apk.yml b/roles/setup/tasks/apk.yml diff --git a/host/roles/setup/tasks/basic.yml b/roles/setup/tasks/basic.yml diff --git a/host/roles/setup/tasks/main.yml b/roles/setup/tasks/main.yml diff --git a/host/roles/setup/tasks/nftables.yml b/roles/setup/tasks/nftables.yml diff --git a/host/roles/setup/tasks/openssh.yml b/roles/setup/tasks/openssh.yml diff --git a/host/roles/setup/tasks/user.yml b/roles/setup/tasks/user.yml diff --git a/host/roles/setup/tasks/wireguard_client.yml b/roles/setup/tasks/wireguard_client.yml diff --git a/host/roles/setup/tasks/wireguard_server.yml b/roles/setup/tasks/wireguard_server.yml diff --git a/host/roles/setup/templates/nftables.conf.j2 b/roles/setup/templates/nftables.conf.j2 diff --git a/host/roles/setup/templates/sshd_config.j2 b/roles/setup/templates/sshd_config.j2 diff --git a/host/site.yml b/site.yml