3 changed files with 54 additions and 1 deletions
@ -0,0 +1,36 @@
|
||||
--- |
||||
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 |
||||
@ -0,0 +1,18 @@
|
||||
--- |
||||
lxd: |
||||
hosts: |
||||
lxd_host: |
||||
ansible_user: bort |
||||
ansible_host: 192.168.11.125 |
||||
ansible_port: 22 |
||||
|
||||
containers: |
||||
vars: |
||||
ansible_user: bort |
||||
ansible_host: 192.168.11.125 |
||||
ansible_port: 2229 |
||||
ansible_python_interpreter: /usr/bin/python3 |
||||
hosts: |
||||
file-host: |
||||
internal_ip: 10.98.46.122 |
||||
|
||||
Loading…
Reference in new issue