In this project, I set up Ansible to install Wordpress
Runs setup script:
curl https://raw.githubusercontent.com/raphaeldevs/my-first-ansible-project/main/setup.sh -sSf | sh
This will download the setup script from this repository and runs with
sh
If you want to install this on your PC, I recommend using a VM in Vagrant or similar
The setup script will follow these steps:
- Install Ansible
- Clone this repository
- Runs
ansible-playbook
in the main file
❗ Tested in Ubuntu 20.04