Skip to content
This repository was archived by the owner on Jan 5, 2020. It is now read-only.

Commit 6e6c0b0

Browse files
committed
Merge inventory
1 parent a6b58d8 commit 6e6c0b0

File tree

8 files changed

+17
-82
lines changed

8 files changed

+17
-82
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,18 @@
22

33
[![Build Status](https://travis-ci.org/rabafea/OS_setup.svg?branch=master)](https://travis-ci.org/rabafea/OS_setup)
44

5-
### Run
6-
./scripts/setup.sh
5+
## Install homebrew
6+
```
7+
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
8+
```
9+
10+
## Install pip and ansible
11+
```
12+
sudo easy_install pip
13+
sudo pip install ansible
14+
```
15+
16+
## Run playbook
17+
```
18+
ansible-playbook -i inventory main.yml
19+
```

inventories/personal

-4
This file was deleted.

inventories/work

-4
This file was deleted.

inventory

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[local]
2+
localhost

requirements.txt

-2
This file was deleted.

scripts/run.sh

-28
This file was deleted.

scripts/run_playbook.exp

-21
This file was deleted.

scripts/sudo.exp

-21
This file was deleted.

0 commit comments

Comments
 (0)