No description
Find a file
2024-10-25 20:06:19 +08:00
.vscode Add distribution filter and update README 2024-10-25 20:00:21 +08:00
.gitignore Update gitignore 2024-10-25 17:36:51 +08:00
ansible.cfg Initial commit 2024-10-25 16:02:50 +08:00
inventory Add first playbooks 2024-10-25 17:35:21 +08:00
README.md Add distribution filter and update README 2024-10-25 20:00:21 +08:00
setup.yml Add borg to setup packages 2024-10-25 20:06:19 +08:00
update.yml Add distribution filter and update README 2024-10-25 20:00:21 +08:00

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
  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:

ansible-playbook -i inventory playbook.yml

Don't forget to update hosts in inventory!