mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
550 B
550 B
Ansible Playbook Repository
This repository contains my Ansible playbook configuration and scripts.
Installation
To install the Ansible playbook, follow these steps:
- Clone this repository using
git clone <repository-url>
- Install Ansible on your system if you haven't already:
sudo apt-get install ansible
- Move into the repository directory:
cd /path/to/ansible-playbooks
Usage
To run an Ansible playbook, navigate to the desired playbook directory and execute:
ansible-playbook -i inventory.ini playbook.yml