blob: f91434d61c73cadbca5046da6d34ee4c2fc2f136 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
prod:
hosts:
res:
ansible_host: res.emacsconf.org
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
emacsconf_group: org
cpus: 12
front:
ansible_host: front0.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
publish:
ansible_host: front0.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
pad:
ansible_host: front0.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
media:
ansible_host: media.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
host_name: media.emacsconf.org
upload:
ansible_host: media.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
stream:
ansible_host: live0.emacsconf.org
remote_user: orga
ansible_ssh_user: orga
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
obs:
ansible_host: obs
remote_user: sacha
ansible_ssh_user: sacha
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
all:
hosts:
localhost:
ansible_connection: local
|