infra-ansible

ansible script to ship alpine/ssh/wireguard

git clone https://9o.is/git/infra-ansible.git

commit fa1641b8f166c8e214dab99772f3258cdde17bdb
parent a26c13225a64c45287d11e32fcb6bcdd2f87ee90
Author: Jul <jul@9o.is>
Date:   Mon, 13 May 2024 21:16:59 +0800

rename iptables role to firewall

Diffstat:
Rhost/roles/iptables/handlers/main.yml -> host/roles/firewall/handlers/main.yml | 0
Rhost/roles/iptables/tasks/main.yml -> host/roles/firewall/tasks/main.yml | 0
Rhost/roles/iptables/templates/iptables-custom-rules.j2 -> host/roles/firewall/templates/iptables-custom-rules.j2 | 0
Mhost/site.yml | 2+-
4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/host/roles/iptables/handlers/main.yml b/host/roles/firewall/handlers/main.yml diff --git a/host/roles/iptables/tasks/main.yml b/host/roles/firewall/tasks/main.yml diff --git a/host/roles/iptables/templates/iptables-custom-rules.j2 b/host/roles/firewall/templates/iptables-custom-rules.j2 diff --git a/host/site.yml b/host/site.yml @@ -13,7 +13,7 @@ tags: init roles: - setup - - iptables + - firewall - openssh - name: Kubernetes