mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-31 04:58:10 +00:00
509acd047c
Now, it is one step closer into a NixOS-like setup. Apparently, there is a list of directories to be searched to get the various roles which you can configure through ~ansible.cfg~.
9 lines
99 B
YAML
9 lines
99 B
YAML
---
|
|
# vim:set ft=yaml:
|
|
workstation:
|
|
hosts:
|
|
127.0.0.1:
|
|
vars:
|
|
ansible_connection: local
|
|
|