infra-ansible

ansible script to ship alpine/ssh/wireguard

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

server01.local

(858B)


      1 ansible_become_method: doas
      2 ansible_python_interpreter: /usr/bin/python3
      3 
      4 static_ip: 10.137.0.5
      5 static_subnet: 255.255.255.255
      6 static_gateway: 10.137.0.39
      7 static_mtu: 1500
      8 static_nameservers:
      9   - 10.139.1.1
     10   - 10.139.1.2
     11 
     12 wg_server_ip: 10.0.1.2
     13 wg_server_public_key: w2ihUZo9B25oTGPgrRyOg/XnOmIH2BktSB3UWV0a2GQ=
     14 wg_server_private_key: !vault |
     15     $ANSIBLE_VAULT;1.1;AES256
     16     65333939613964373839363935313561356537303738323736303335643861316562346164623665
     17     3031663162663033386366316265633636363164356161360a616437616632393963643734303338
     18     31316434316431356361616639343339623138616336356331626430383235623238636331656564
     19     6432623361343863340a616130653136663065313862373631373731653331393763313435393765
     20     32326533623666646439633462376663646466616436613635616434663738366535623038343562
     21     6462653265326630343561343831323562613435376639303263
     22