Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 733 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 733 Bytes

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