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:
|
||||
cert:
|
||||
name: "{{ acme_domain|default(inventory_hostname) }}"
|
||||
alias: "{{ acme_alias|default([]) }}"
|
||||
alias: "{{ acme_alias|default(cname|default([])) }}"
|
||||
renewal_hook: "{{ renewal_hook }}"
|
|
@ -79,6 +79,11 @@ lxc:
|
|||
ansible_host: 10.255.3.18
|
||||
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:
|
||||
ansible_user: root
|
||||
|
@ -107,6 +112,8 @@ acme:
|
|||
hosts:
|
||||
status.vm.chapo.li:
|
||||
renewal_hook: systemctl restart nginx
|
||||
monica.vm.chapo.li:
|
||||
renewal_hook: systemctl restart nginx
|
||||
|
||||
docker:
|
||||
hosts:
|
||||
|
@ -121,6 +128,7 @@ docker:
|
|||
sharkey.vm.chapo.li:
|
||||
status.vm.chapo.li:
|
||||
action.vm.chapo.li:
|
||||
monica.vm.chapo.li:
|
||||
|
||||
backup:
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Reference in a new issue