File tree Expand file tree Collapse file tree 6 files changed +40
-0
lines changed
Expand file tree Collapse file tree 6 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ language : objective-c
3+
4+ os :
5+ - osx
6+
7+ osx_image : xcode7
8+
9+ install :
10+ - sudo easy_install pip
11+ - sudo pip install ansible
12+ - mkdir -p /tmp/roles
13+ - " { echo '[defaults]'; echo 'roles_path = ../:/tmp/roles'; } >> ansible.cfg"
14+ - ansible-galaxy install -f -r tests/requirements.yml -p /tmp/roles
15+
16+ script :
17+ - " ansible-playbook -i tests/inventory tests/travis.yml --syntax-check"
18+ - " ansible-playbook -i tests/inventory tests/travis.yml --connection=local"
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Ansible role to sets up a complete CLI environment on OSX. This role is part of
66
77* OSX 10.10 or 10.11
88
9+ ## Role variables
10+
11+ ``` yaml
12+ git_user_name : Your Name
13+ git_user_email : your@email.address
14+ ` ` `
15+
916## Dependencies
1017
1118* [roderik.superlumic-homebrew](https://github.com/superlumic/ansible-role-homebrew)
Original file line number Diff line number Diff line change 1+ ---
2+
3+ git_user_name : Your Name
4+ git_user_email : your@email.address
Original file line number Diff line number Diff line change 1+ localhost
Original file line number Diff line number Diff line change 1+ ---
2+
3+ - src : roderik.superlumic-homebrew
4+ - src : roderik.superlumic-osx-defaults
Original file line number Diff line number Diff line change 1+ ---
2+ - hosts : 127.0.0.1
3+ connection : local
4+
5+ roles :
6+ - ansible-role-cli
You can’t perform that action at this time.
0 commit comments