2014-02-13 03:47:18 +00:00
|
|
|
---
|
2016-09-26 03:50:10 +00:00
|
|
|
- hosts: all
|
2014-02-13 04:33:32 +00:00
|
|
|
connection: local
|
|
|
|
|
2014-10-03 04:07:02 +00:00
|
|
|
vars_files:
|
2016-11-28 18:07:42 +00:00
|
|
|
- default.config.yml
|
|
|
|
|
|
|
|
pre_tasks:
|
|
|
|
- include_vars: "{{ item }}"
|
|
|
|
with_fileglob:
|
2016-12-01 20:37:52 +00:00
|
|
|
- ../config.yml
|
2014-10-03 04:07:02 +00:00
|
|
|
|
|
|
|
roles:
|
|
|
|
- geerlingguy.homebrew
|
2015-01-03 05:03:17 +00:00
|
|
|
- geerlingguy.dotfiles
|
2016-12-05 22:08:30 +00:00
|
|
|
- name: geerlingguy.mas
|
|
|
|
when: mas_installed_app_ids
|
2014-02-13 04:33:32 +00:00
|
|
|
|
|
|
|
tasks:
|
2014-12-31 20:22:42 +00:00
|
|
|
- include: tasks/ansible-setup.yml
|
2015-01-03 05:03:17 +00:00
|
|
|
|
2017-02-01 17:52:51 +00:00
|
|
|
- include: tasks/sudoers.yml
|
|
|
|
when: configure_sudoers
|
|
|
|
|
|
|
|
- include: tasks/terminal.yml
|
|
|
|
when: configure_terminal
|
|
|
|
|
|
|
|
- include: tasks/osx.yml
|
2016-12-30 16:54:14 +00:00
|
|
|
when: configure_osx
|