summaryrefslogtreecommitdiffstats
path: root/docker-inventory.yml
blob: b1be91e8c85849a9051e4567429ea69864a9375e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
all:
  hosts:
    emacsconf-front:
      ansible_connection: docker
      ansible_python_interpreter: /usr/bin/python3
    emacsconf-pad:
      ansible_connection: docker
      ansible_python_interpreter: /usr/bin/python3
    localhost:
      ansible_connection: local