infra-ansible

ansible script to ship alpine/ssh/wireguard

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

server01.qh.is

(916B)


      1 ansible_become_method: doas
      2 ansible_python_interpreter: /usr/bin/python3
      3 
      4 debian_preinstalled: true
      5 debian_net_interface: ens3
      6 
      7 static_ip: 89.147.110.9
      8 static_subnet: 255.255.255.0
      9 static_gateway: 89.147.110.1
     10 static_mtu: 576
     11 static_nameservers:
     12   - 93.95.224.28
     13   - 93.95.224.29
     14 
     15 wg_server_ip: 10.0.0.2
     16 wg_server_public_key: DcQpBGdChVTyLMR/UUfPNHa8sQz9J5I+3BSIJ7f3qhw=
     17 wg_server_private_key: !vault |
     18     $ANSIBLE_VAULT;1.1;AES256
     19     31626538636263303764343161633635636439323630336631336230366430323562633530393934
     20     6435336263616664383930656362633365613463373965620a663833313234643762626130376662
     21     65663965303864363162306265373437346337643734353363656130613435303236663834376533
     22     3132326665323861620a356439353663383237383630366461303233343062626564623231323134
     23     36303534316462316537356166363462613434393631373332313931393362646634336362656638
     24     3465306231393835613662643230346637643639383938633435
     25