Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/vagrantfile
CentOS7 on OS X, provisioning by Ansible
https://github.com/sota1235/vagrantfile
Last synced: 14 days ago
JSON representation
CentOS7 on OS X, provisioning by Ansible
- Host: GitHub
- URL: https://github.com/sota1235/vagrantfile
- Owner: sota1235
- Created: 2015-07-02T05:09:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T07:23:53.000Z (over 8 years ago)
- Last Synced: 2024-12-24T01:40:48.782Z (15 days ago)
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrantfile for development
====Vagrantfile and some settings for development.
### Description
You can use enviroment below.
- CentOS7
Vagrant up with provisioning by ansible.
And you can use packages below as soon as 'vagrant up' finishing.
- PHP5.6
- nginx
- Some packages
- zsh
- tmux
- telnet
- git
- redisThas settinigs in `provisioning/vars/main.yml'.
### Requirement
- Vagrant 1.7.1
- Virtualbox 4.3
- Ansible 1.9.2### Install
Before installing, you need to install Vagrant, VirtualBox and Ansible.
```shell
$ git clone [email protected]:sota1235/Vagrantfile.git$ cd Vagrantfile
$ vagrant up
```### Contribution
Bug reports and pull requests are welcome on GitHub at https://github.com/sota1235/Vagrantfile. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)