You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
510 B
22 lines
510 B
--- |
|
img_server: https://images.linuxcontainers.org |
|
alp_img_alias: alpine/3.13/amd64 |
|
lxc_cmd: /snap/bin/lxc |
|
lxd_subnet_pfx: 10.98.46 |
|
lxd_bridge: lxdbr0 |
|
tmp_pubkey: /tmp/controller_key_rsa.pub |
|
host_iface: enp2s0 |
|
host_cidr: '192.168.11.0/24' |
|
|
|
# TODO: move this info to inventory file |
|
containers: |
|
#- transmission |
|
dokuwiki: |
|
ip: "{{ lxd_subnet_pfx }}.100" |
|
sshd_port: 2225 |
|
freshrss: |
|
ip: "{{ lxd_subnet_pfx }}.101" |
|
sshd_port: 2226 |
|
gitweb: |
|
ip: "{{ lxd_subnet_pfx }}.102" |
|
sshd_port: 2227
|
|
|