--- # ============================================================================= # Ansible Inventory - nult # ============================================================================= # Null-T: Instant teleportation from Strugatsky's Noon Universe. # Like Null-T, this toolkit instantly deploys infrastructure. # # Servers are grouped by role. A host can belong to multiple groups. # ============================================================================= all: children: # ------------------------------------------------------------------------- # Gitea Servers # ------------------------------------------------------------------------- gitea_servers: hosts: gitea-primary: ansible_host: 51.250.71.151 gitea_install_dir: /home/parf/gitea # ------------------------------------------------------------------------- # Act Runner Servers # ------------------------------------------------------------------------- runner_servers: hosts: tralalero-tralala: ansible_host: 147.45.100.33 ansible_user: root # act_runner_name: "custom-name" # Optional override # --------------------------------------------------------------------------- # Global Variables # --------------------------------------------------------------------------- vars: ansible_user: parf ansible_become: true