Browse Source

add website for certification authority information

python3
Edoardo Putti 6 years ago
parent
commit
9f5edc8739
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      web_ca.yaml

+ 17
- 0
web_ca.yaml View File

@ -0,0 +1,17 @@
---
- hosts: emmett
roles:
- role: lxc_guest
vm_name: ca
distro: sid
- role: ssh_server
ansible_connection: lxc_ssh
ansible_docker_extra_args: ca
- hosts: ca
roles:
- role: dns_record
- role: reverse_proxy
- hosts: status
roles:
- role: icinga2-monitoring

Loading…
Cancel
Save