Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitor-msp/hello-ansible
Project to practice Ansible configuration where I configure a VM with Wordpress and another with MariaDB.
https://github.com/vitor-msp/hello-ansible
ansible apache mariadb shell-script vagrant wordpress
Last synced: 4 days ago
JSON representation
Project to practice Ansible configuration where I configure a VM with Wordpress and another with MariaDB.
- Host: GitHub
- URL: https://github.com/vitor-msp/hello-ansible
- Owner: vitor-msp
- Created: 2023-09-06T01:44:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-07T02:37:50.000Z (about 1 year ago)
- Last Synced: 2024-01-29T10:13:21.002Z (10 months ago)
- Topics: ansible, apache, mariadb, shell-script, vagrant, wordpress
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Ansible
## Wordpress started with ONE command
Project to practice Ansible configuration where I configure a VM with Wordpress and another with MariaDB.
![topology](assets/topology.png)
### Execution
1. Clone this repository
```
git clone https://github.com/vitor-msp/hello-ansible.git
```2. Access the downloaded folder
```
cd hello-ansible
```3. Starts and provisions the vagrant environment
```
vagrant up
```4. Add a static dns entry in your hosts file (run as root!)
```
echo "127.0.0.1 www.wordpress.local" >> /etc/hosts
```5. Open [this link](http://www.wordpress.local:8080/wordpress)
The wordpress configuration page will open and can be configured with the parameters that are in this project.
### Notes
1. The port 8080 in your machine must be free