Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matusstafura/ansible

quick start
https://github.com/matusstafura/ansible

Last synced: 1 day ago
JSON representation

quick start

Awesome Lists containing this project

README

        

## Ansible setup

### Install Ansible
```shell
sudo apt install git ansible cmake software-properties-common -y
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
```

### Clone Repo
```shell
git clone https://github.com/matusstafura/ansible
```

### Install Playbooks
```shell
ansible-playbook ${playbook}
```

## Development

```bash
make dev
```