27 lines
705 B
YAML
27 lines
705 B
YAML
# awx.yaml - AWX deployment config for Beelink lab
|
|
#
|
|
# Deploys a Debian 12 VM with K3s + AWX Operator on oc-node-02.
|
|
# VM uses the flat VLAN 69 network for direct access.
|
|
#
|
|
# Architecture:
|
|
# awx (192.168.102.161) - K3s + AWX Operator + AWX instance
|
|
# AWX exposed on NodePort 30080 (HTTP)
|
|
#
|
|
# Usage:
|
|
# source envs/beelink/env
|
|
# bin/deploy-awx --config envs/beelink/awx.yaml --deploy
|
|
|
|
awx:
|
|
vm_name: awx
|
|
target_remote: oc-node-02
|
|
ip: 192.168.102.161/22
|
|
gateway: 192.168.100.1
|
|
dns: 192.168.100.1
|
|
cpu: 4
|
|
memory: 8GiB
|
|
disk: 40GiB
|
|
git_repo: ssh://git@192.168.1.200:2222/maarten/incus-contrib.git
|
|
git_branch: master
|
|
aether_url: https://192.168.102.160:8443
|
|
aether_cluster_id: 52
|