blob: d88932099500b9d027b0c34ba757bb49fe0a6279 (
plain) (
tree)
|
|
prod:
hosts:
res:
ansible_host: res.emacsconf.org
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
emacsconf_group: org
cpus: 12
publish:
ansible_host: res.emacsconf.org
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
emacsconf_group: org
cpus: 12
obs:
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
wiki:
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: sachac
ansible_ssh_user: sachac
ansible_python_interpreter: /usr/bin/python3
ansible_become: true
upload:
ansible_host: media.emacsconf.org
remote_user: sachac
ansible_ssh_user: sachac
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
all:
hosts:
localhost:
ansible_connection: local
|