Add monica
This commit is contained in:
parent
d8ea56bce8
commit
895083900f
2 changed files with 9 additions and 1 deletions
2
all.yml
2
all.yml
|
@ -35,5 +35,5 @@
|
||||||
vars:
|
vars:
|
||||||
cert:
|
cert:
|
||||||
name: "{{ acme_domain|default(inventory_hostname) }}"
|
name: "{{ acme_domain|default(inventory_hostname) }}"
|
||||||
alias: "{{ acme_alias|default([]) }}"
|
alias: "{{ acme_alias|default(cname|default([])) }}"
|
||||||
renewal_hook: "{{ renewal_hook }}"
|
renewal_hook: "{{ renewal_hook }}"
|
|
@ -79,6 +79,11 @@ lxc:
|
||||||
ansible_host: 10.255.3.18
|
ansible_host: 10.255.3.18
|
||||||
resources: { cpu: 4, ram: 2048, swap: 1024, disk: 32 }
|
resources: { cpu: 4, ram: 2048, swap: 1024, disk: 32 }
|
||||||
|
|
||||||
|
monica.vm.chapo.li:
|
||||||
|
ansible_host: 10.255.3.19
|
||||||
|
resources: { cpu: 1, ram: 1024, swap: 1024, disk: 32 }
|
||||||
|
cname: [ monica2.vm.chapo.li ]
|
||||||
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
|
@ -107,6 +112,8 @@ acme:
|
||||||
hosts:
|
hosts:
|
||||||
status.vm.chapo.li:
|
status.vm.chapo.li:
|
||||||
renewal_hook: systemctl restart nginx
|
renewal_hook: systemctl restart nginx
|
||||||
|
monica.vm.chapo.li:
|
||||||
|
renewal_hook: systemctl restart nginx
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -121,6 +128,7 @@ docker:
|
||||||
sharkey.vm.chapo.li:
|
sharkey.vm.chapo.li:
|
||||||
status.vm.chapo.li:
|
status.vm.chapo.li:
|
||||||
action.vm.chapo.li:
|
action.vm.chapo.li:
|
||||||
|
monica.vm.chapo.li:
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue