From d097b005e15a4dd68e61e851314d9068adaa3e6e Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 25 Oct 2024 18:07:06 +0800 Subject: [PATCH] Add README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..76d1b5a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Ansible Playbook Repository + +This repository contains my Ansible playbook configuration and scripts. + +## Installation + +To install the Ansible playbook, follow these steps: + +1. Clone this repository using `git clone ` +2. Install Ansible on your system if you haven't already: `sudo apt-get install ansible` +3. Move into the repository directory: `cd /path/to/ansible-playbooks` + +## Usage + +To run an Ansible playbook, navigate to the desired playbook directory and execute: + +```bash +ansible-playbook -i inventory.ini playbook.yml +```