From ddf67b68a7e78f38359d119b49e67d8a484f0343 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 25 Oct 2024 21:48:54 +0800 Subject: [PATCH] Add Ansible OpenWRT role --- README.md | 2 ++ requirements.yml | 3 +++ setup.yml | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 requirements.yml diff --git a/README.md b/README.md index 5d13213..a98504f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ 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` +4. Navigate to the repository directory: `cd /path/to/ansible-playbooks` +5. Install required Ansible Galaxy roles using Ansible Galaxy: `ansible-galaxy install -r requirements.yml` ## Usage diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..bf317d8 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,3 @@ +- src: https://github.com/gekmihesg/ansible-openwrt.git + scm: git + version: master diff --git a/setup.yml b/setup.yml index d7bef02..8cf8240 100644 --- a/setup.yml +++ b/setup.yml @@ -31,6 +31,9 @@ - cifs-utils - borgbackup - curl + - syncthing + - socat + - fish # Cache is already updated from previous step update_cache: false autoremove: true