Ansible playbook for installing wordpress using docker
Ansible Host Machine
sudo apt update
sudo apt install -y ansible sshpass
- Clone the this repo and move into it
git clone https://gitlab.iotiot.in/CIIOT23JAN3001/wordpress-ansible.git
cd ./wordpress-ansible
- Update the inventory file with your target machine details.
- Update passwords in .env file to more secure password.
ansible-playbook word.yml