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.
24 lines
546 B
24 lines
546 B
--- |
|
# NOTE: skip tasks when debugging |
|
debug_skip: True |
|
debug_skip_iptables: True |
|
|
|
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' |
|
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
|
|
|