mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Fix formatting from previous commit.
This commit is contained in:
parent
39933d749f
commit
7c7d436d5c
1 changed files with 8 additions and 6 deletions
|
@ -19,6 +19,7 @@ This is a work in progress, and is mostly a means for me to document my current
|
||||||
|
|
||||||
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
||||||
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html):
|
2. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html):
|
||||||
|
|
||||||
1. Add the following to your `~/.zshrc` file (create one if you don't have one):
|
1. Add the following to your `~/.zshrc` file (create one if you don't have one):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -27,6 +28,7 @@ This is a work in progress, and is mostly a means for me to document my current
|
||||||
|
|
||||||
2. Source the new profile: `source ~/.zshrc`
|
2. Source the new profile: `source ~/.zshrc`
|
||||||
3. Install Ansible: `pip3 install ansible`
|
3. Install Ansible: `pip3 install ansible`
|
||||||
|
|
||||||
3. Clone this repository to your local drive.
|
3. Clone this repository to your local drive.
|
||||||
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
|
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
|
||||||
5. Run `ansible-playbook main.yml -i inventory --ask-become-pass` inside this directory. Enter your account password when prompted.
|
5. Run `ansible-playbook main.yml -i inventory --ask-become-pass` inside this directory. Enter your account password when prompted.
|
||||||
|
|
Loading…
Reference in a new issue