This repository has been create with objective to the automate the process the Wordpress installation
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
sudo apt install python3
ansible-playbook -i inventario main.yml
- Apache2 - v2.4.52
- Mysql - v8.0.35
- ansible.posix.authorized_key module – Adds or removes an SSH authorized key - Documentation Here
- apt – Manages apt-packages - Documentation Here
- mysql_db – Add or remove MySQL databases from a remote host - Documentation Here
- mysql_user – Adds or removes a user from a MySQL database - Documentation Here
- copy – Copy files to remote locations - Documentation Here
- get_url – Downloads files from HTTP, HTTPS, or FTP to node - Documentation Here
- unarchive – Unpacks an archive after (optionally) copying it from the local machine - Documentation Here
- replace – Replace all instances of a particular string in a file using a back-referenced regular expression -