Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krlex/wordpress-box-apache
https://github.com/krlex/wordpress-box-apache
ansible apache2 debian mariadb mysql vagrant virtualbox wordpress
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/krlex/wordpress-box-apache
- Owner: krlex
- License: mit
- Created: 2017-05-29T10:27:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T21:30:09.000Z (over 3 years ago)
- Last Synced: 2024-11-18T06:19:29.037Z (2 months ago)
- Topics: ansible, apache2, debian, mariadb, mysql, vagrant, virtualbox, wordpress
- Language: PHP
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress
===========## Wordpress in Vagrant and Ansible
```
vagrant up
```
and see ipaddress from Vagrantfile
in this case is `192.168.88.11`## Warning
if shows any error just do again provision and it will fix by himself```
vagrant provision
```## Tested
- Debian 10 (Buster)
- Ubuntu 18.04 (Bionic)
- Fedora 33
- CentOS 8to run on direct server command is:
```
ansible-playbook -i inventory/localhost playbook.yml -c local
```