Add Ansible OpenWRT role

This commit is contained in:
Keannu Bernasol 2024-10-25 21:48:54 +08:00
parent ef8924df31
commit ddf67b68a7
3 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,8 @@ To install the Ansible playbook, follow these steps:
1. Clone this repository 1. Clone this repository
2. Install Ansible on your system if you haven't already: `sudo apt-get install ansible` 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` 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 ## Usage

3
requirements.yml Normal file
View file

@ -0,0 +1,3 @@
- src: https://github.com/gekmihesg/ansible-openwrt.git
scm: git
version: master

View file

@ -31,6 +31,9 @@
- cifs-utils - cifs-utils
- borgbackup - borgbackup
- curl - curl
- syncthing
- socat
- fish
# Cache is already updated from previous step # Cache is already updated from previous step
update_cache: false update_cache: false
autoremove: true autoremove: true