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

https://github.com/kisphp/ansible-php-5.6

vagrant ansible php 5.6
https://github.com/kisphp/ansible-php-5.6

Last synced: about 2 months ago
JSON representation

vagrant ansible php 5.6

Awesome Lists containing this project

README

          

# Ansible Environment Setup

## Setup local server from inside VM

```bash
cd ansible

# only for ubuntu/debian
./install-ansible.sh

ansible-playbook -i env/dev/main.ini setup_local.yml
```

## Install ansible inside VM

```bash
vagrant ssh

cd ansible

./install-ansible.sh
```