summaryrefslogblamecommitdiffstats
path: root/inventory.yml
blob: 997e01f446e14e8429eab6fefb03de71fdc77804 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

        



                                                  
                          


                                        

                                                  
                          


                                        

                                                  
                          
        
                                        
                       

                                                  
                          





                                                  





                                                  



                               
prod:
  hosts:
    res:
      ansible_host: res.emacsconf.org
      ansible_python_interpreter: /usr/bin/python3
      ansible_become: true
      emacsconf_group: org
    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
    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
all:
  hosts:
    localhost:
      ansible_connection: local