mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-16 19:59:26 +08:00
Add README
This commit is contained in:
parent
52a4b9202b
commit
d097b005e1
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -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 <repository-url>`
|
||||
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
|
||||
```
|
Loading…
Reference in a new issue