General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
<h1>Ansible Site Magento2 Wordpress Nginx Tomcat</h1>
Sign in to like and favorite skills
This Ansible playbook is for installing Magento 2 Open Source, wordpress, tomcat using nginx reverse proxy, simple website, mysql database (MariaDB) all on a single server using CentOS 8.
Edit file
hosts, add the public IP do you server.
Edit the variable file in roles/vars/main.yml , database name, nginx configuration, package version etc .
After editing the files and vars, you can run the command:
ansible-playbook -i hosts playbook.yml
. ├── host ├── playbook.yml └── roles ├── banco ├── install ├── magento ├── site ├── ssl ├── swap ├── tomcat └── wordpress 9 directories, 2 files