1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
front: hosts: emacsconf-front: ansible_connection: docker ansible_python_interpreter: /usr/bin/python3 pad: hosts: emacsconf-pad: ansible_connection: docker ansible_python_interpreter: /usr/bin/python3 all: hosts: localhost: ansible_connection: local