Skip to content

raphaeldevs/my-first-ansible-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Ansible Project

MIT License

In this project, I set up Ansible to install Wordpress

Installation

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

What does this script do?

The setup script will follow these steps:

  1. Install Ansible
  2. Clone this repository
  3. Runs ansible-playbook in the main file

❗ Tested in Ubuntu 20.04