Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```