Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamshedvesuna/playbook
Personal Ansible Playbook for Linux
https://github.com/jamshedvesuna/playbook
Last synced: about 1 month ago
JSON representation
Personal Ansible Playbook for Linux
- Host: GitHub
- URL: https://github.com/jamshedvesuna/playbook
- Owner: JamshedVesuna
- Created: 2016-01-06T07:49:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T08:10:08.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T14:18:40.255Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playbook
Personal Ansible Playbook## Install
Raw install:
```bash
curl https://raw.githubusercontent.com/JamshedVesuna/playbook/master/raw_install.sh > /tmp/raw_install.sh; sh /tmp/raw_install.sh
```To run with ansible:
```bash
ansible-playbook -i inventory playbook.yml
```