sync/main.yml

18 lines
557 B
YAML
Raw Permalink Normal View History

---
2018-04-12 12:39:55 -04:00
- hosts: all
vars:
2018-07-07 00:07:24 -04:00
install_path: "{{ ansible_env.HOME }}"
sync_path: "{{ install_path }}/sync"
disable_passwordauth: false
enable_passwordauth: false
2018-07-04 13:46:43 -04:00
private_repo: "git@austenwares.com:stonewareslord/private"
2018-07-07 00:07:24 -04:00
overwrite_existing: no
roles:
2018-07-08 00:51:09 -04:00
- {role: core, tags: [core,default]}
2018-07-05 17:18:54 -04:00
- {role: clean, tags: [clean]}
2018-07-08 00:51:09 -04:00
- {role: default, tags: [default]}
2018-07-07 13:48:09 -04:00
- {role: private, tags: [private]}
2018-07-02 23:23:08 -04:00
- {role: youcompleteme, tags: [youcompleteme]}
2018-04-07 18:38:20 -04:00
- {role: secure, become: yes, tags: [secure]}
2018-04-12 12:59:03 -04:00
- {role: dns, tags: [dns]}