https://github.com/renanivo/playbooks
My Ansible Playbooks
https://github.com/renanivo/playbooks
ansible ansible-playbooks
Last synced: 5 months ago
JSON representation
My Ansible Playbooks
- Host: GitHub
- URL: https://github.com/renanivo/playbooks
- Owner: renanivo
- License: mit
- Created: 2013-10-12T20:27:06.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T20:05:13.000Z (over 1 year ago)
- Last Synced: 2025-04-15T13:51:56.251Z (about 1 year ago)
- Topics: ansible, ansible-playbooks
- Language: Shell
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Playbooks
=========
[](https://travis-ci.org/renanivo/playbooks)
The ansible playbooks that I use.
Install
-------
1. Install XCode Command Line Tools
```bash
xcode-select --install
```
2. [Install Homebrew](https://brew.sh/)
3. Install ansible in a virtualenv
```bash
python3 -m venv ansible
source ansible/bin/activate
pip install ansible
```
Run
---
### workstation
```bash
cp group_vars/workstation.example group_vars/workstation
# fill your preferences in group_vars/workstation
ansible-playbook workstation.yml --ask-become-pass -i hosts
```