summaryrefslogtreecommitdiffstats
path: root/docker-inventory.yaml
blob: 6caa3e33d00971af9e43c776d603980cea8fcab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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