1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/host_vars/web01.l3d.space.yml

35 lines
630 B
YAML
Raw Normal View History

2020-12-23 01:17:14 +01:00
---
users:
l3d:
- l3d@pinkie.l3d.yt
- l3d@mobile.l3d.yt
- l3d@backup.l3d.yt
- l3d@derpy.l3d.yt
- l3d@backup-rsa.l3d.yt
- l3d@business.wingcon.com
webwaffel:
- l3d@pinkie.l3d.yt
- l3d@mobile.l3d.yt
- l3d@backup.l3d.yt
- l3d@derpy.l3d.yt
- l3d@backup-rsa.l3d.yt
- l3d@business.wingcon.com
accounts:
- l3d
- webwaffel
nginx_sites:
- name: 'c3woc.org'
webroot:
user: 'webwaffel'
2020-12-24 01:29:10 +01:00
- name: 'www.c3woc.org'
2020-12-24 01:36:49 +01:00
- name: 'c3woc.eu'
- name: 'www.c3woc.eu'
2020-12-24 01:41:58 +01:00
- name: 'c3woc.cn'
- name: 'www.c3woc.cn'
2020-12-24 01:29:10 +01:00
2020-12-23 01:17:14 +01:00
2020-12-23 17:09:14 +01:00
acme_notification_email: "acme_{{ inventory_hostname }}@l3d.yt"