2014-02-12 21:47:18 -06:00
|
|
|
---
|
2014-12-31 09:56:09 -06:00
|
|
|
- hosts: localhost
|
2014-02-12 22:33:32 -06:00
|
|
|
user: jgeerling
|
|
|
|
connection: local
|
|
|
|
|
2014-10-02 23:07:02 -05:00
|
|
|
vars_files:
|
|
|
|
- vars/main.yml
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- geerlingguy.homebrew
|
2015-01-02 23:03:17 -06:00
|
|
|
- geerlingguy.dotfiles
|
2014-02-12 22:33:32 -06:00
|
|
|
|
|
|
|
tasks:
|
2014-12-31 14:22:42 -06:00
|
|
|
- include: tasks/ansible-setup.yml
|
2014-10-02 23:07:02 -05:00
|
|
|
- include: tasks/preferences.yml
|
2015-01-02 23:03:17 -06:00
|
|
|
|
|
|
|
# TODO: Use sudo once .osx can be run via root with no user interaction.
|
|
|
|
- name: Run .osx dotfiles.
|
|
|
|
shell: ~/.osx --no-restart
|
|
|
|
changed_when: false
|