Skip to content

pedrohfborges/ansible-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been create with objective to the automate the process the Wordpress installation

1) Is necessary to have the Ansible installed in controller machine.

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

2) For realizate the configuration is necessary to have the python installed in hosts machines

sudo apt install python3

3) Insert all desired IPs in configuration file "Inventario"

4) Execute the folloying command for configure your machines:

ansible-playbook -i inventario main.yml

Configurations:

  • Machine used:

    image

Package version

  • Apache2 - v2.4.52
  • Mysql - v8.0.35

Modules Used:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published