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
- Host: GitHub
- URL: https://github.com/kisphp/ansible-php-5.6
- Owner: kisphp
- Created: 2016-08-07T13:55:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T13:45:39.000Z (over 2 years ago)
- Last Synced: 2025-10-19T16:10:17.289Z (6 months ago)
- Language: ApacheConf
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```