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:
Rhost/.gitignore -> .gitignore | 0
Rhost/alpine.yml -> alpine.yml | 0
Rhost/ansible.cfg -> ansible.cfg | 0
Rhost/contrib/vault-password.sh -> contrib/vault-password.sh | 0
Rhost/env/000_cross_env_vars -> env/000_cross_env_vars | 0
Aenv/prod/group_vars/all/000_cross_env_vars | 2++
Rhost/env/prod/group_vars/all/env_specific -> env/prod/group_vars/all/env_specific | 0
Rhost/env/prod/host_vars/server01.qh.is -> env/prod/host_vars/server01.qh.is | 0
Rhost/env/prod/hosts -> env/prod/hosts | 0
Aenv/test/group_vars/all/000_cross_env_vars | 2++
Rhost/env/test/group_vars/all/env_specific -> env/test/group_vars/all/env_specific | 0
Rhost/env/test/host_vars/server01.local -> env/test/host_vars/server01.local | 0
Rhost/env/test/hosts -> env/test/hosts | 0
Dhost/env/prod/group_vars/all/000_cross_env_vars | 2--
Dhost/env/test/group_vars/all/000_cross_env_vars | 2--
Rhost/readme.md -> readme.md | 0
Rhost/roles/alpine/defaults/main.yml -> roles/alpine/defaults/main.yml | 0
Rhost/roles/alpine/handlers/main.yml -> roles/alpine/handlers/main.yml | 0
Rhost/roles/alpine/tasks/build.yml -> roles/alpine/tasks/build.yml | 0
Rhost/roles/alpine/tasks/debian_autoboot.yml -> roles/alpine/tasks/debian_autoboot.yml | 0
Rhost/roles/alpine/tasks/main.yml -> roles/alpine/tasks/main.yml | 0
Rhost/roles/alpine/templates/Containerfile.j2 -> roles/alpine/templates/Containerfile.j2 | 0
Rhost/roles/alpine/templates/entrypoint.sh.j2 -> roles/alpine/templates/entrypoint.sh.j2 | 0
Rhost/roles/alpine/templates/genapkovl-mkimgoverlay.sh.j2 -> roles/alpine/templates/genapkovl-mkimgoverlay.sh.j2 | 0
Rhost/roles/alpine/templates/mkimg.x.sh.j2 -> roles/alpine/templates/mkimg.x.sh.j2 | 0
Rhost/roles/setup/handlers/main.yml -> roles/setup/handlers/main.yml | 0
Rhost/roles/setup/tasks/apk.yml -> roles/setup/tasks/apk.yml | 0
Rhost/roles/setup/tasks/basic.yml -> roles/setup/tasks/basic.yml | 0
Rhost/roles/setup/tasks/main.yml -> roles/setup/tasks/main.yml | 0
Rhost/roles/setup/tasks/nftables.yml -> roles/setup/tasks/nftables.yml | 0
Rhost/roles/setup/tasks/openssh.yml -> roles/setup/tasks/openssh.yml | 0
Rhost/roles/setup/tasks/user.yml -> roles/setup/tasks/user.yml | 0
Rhost/roles/setup/tasks/wireguard_client.yml -> roles/setup/tasks/wireguard_client.yml | 0
Rhost/roles/setup/tasks/wireguard_server.yml -> roles/setup/tasks/wireguard_server.yml | 0
Rhost/roles/setup/templates/nftables.conf.j2 -> roles/setup/templates/nftables.conf.j2 | 0
Rhost/roles/setup/templates/sshd_config.j2 -> roles/setup/templates/sshd_config.j2 | 0
Rhost/site.yml -> site.yml | 0
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