infra-ansible
ansible script to ship alpine/ssh/wireguard
git clone https://9o.is/git/infra-ansible.git
alpine.yml
(107B)
1 ---
2 - name: Build Alpine
3 hosts: servers
4 remote_user: root
5 gather_facts: false
6 roles:
7 - alpine
8