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.
36 lines
682 B
36 lines
682 B
--- |
|
lxd: |
|
hosts: |
|
lxd_host: |
|
ansible_user: ansible |
|
ansible_host: bxxa.cc |
|
ansible_port: 22 |
|
host_iface: eth0 |
|
|
|
containers: |
|
vars: |
|
ansible_user: root |
|
ansible_host: bxxa.cc |
|
ansible_python_interpreter: /usr/bin/python3 |
|
hosts: |
|
haproxy: |
|
internal_ip: 10.37.200.99 |
|
ansible_port: 2223 |
|
domain_name: bxxa.cc |
|
install_certbot: true |
|
|
|
homepage: |
|
internal_ip: 10.37.200.106 |
|
ansible_port: 2231 |
|
|
|
file-host: |
|
internal_ip: 10.37.200.105 |
|
ansible_port: 2230 |
|
|
|
gallery: |
|
internal_ip: 10.37.200.103 |
|
ansible_port: 2228 |
|
|
|
gitea: |
|
internal_ip: 10.37.200.104 |
|
ansible_port: 2229
|
|
|