summaryrefslogtreecommitdiffstats
path: root/inventory.yml
blob: 3124fb5c064808231712faca0c2a8c61495481bf (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
prod:
  hosts:
    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
all:
  hosts:
    localhost:
      ansible_connection: local