Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drgarcia1986/playbooks
My personal Ansible playbooks
https://github.com/drgarcia1986/playbooks
Last synced: 4 days ago
JSON representation
My personal Ansible playbooks
- Host: GitHub
- URL: https://github.com/drgarcia1986/playbooks
- Owner: drgarcia1986
- License: mit
- Created: 2016-03-11T02:06:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T01:04:11.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T23:31:06.035Z (11 days ago)
- Language: VimL
- Size: 329 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playbooks
[![Build Status](https://travis-ci.org/drgarcia1986/playbooks.svg)](https://travis-ci.org/drgarcia1986/playbooks)
The ansible playbooks that I use.
## Install Ansible
### Ubuntu family
```bash
sudo apt-get install ansible
```
### Arch family
```bash
sudo pacman -S ansible
```## Run
### Ubuntu family
```bash
ansible-playbook workstation.yml --ask-sudo-pass
```
### Arch family
```
ansible-playbook workstation.yml -e "ansible_python_interpreter=/usr/bin/python2" --ask-sudo-pass
```
> Default Arch python interpreter is Python 3.5## Tested on
* Lubuntu 15
* Xubuntu 14
* Manjaro 16.06> This repo is based on https://github.com/renanivo/playbooks