Files
ansible/hosts

14 lines
143 B
Plaintext
Raw Permalink Normal View History

2020-01-01 10:48:24 +11:00
[all:vars]
ansible_connection=local
ansible_python_interpreter=/usr/bin/python3
2018-12-21 07:59:42 -07:00
[common]
localhost
2018-12-21 07:59:42 -07:00
2018-12-14 22:04:24 -05:00
[shell]
localhost
2018-12-21 07:59:42 -07:00
[webserver]
localhost
2020-01-02 01:01:48 +00:00