mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-16 19:59:26 +08:00
Add Ansible OpenWRT role
This commit is contained in:
parent
ef8924df31
commit
ddf67b68a7
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
3
requirements.yml
Normal file
3
requirements.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
- src: https://github.com/gekmihesg/ansible-openwrt.git
|
||||
scm: git
|
||||
version: master
|
|
@ -31,6 +31,9 @@
|
|||
- cifs-utils
|
||||
- borgbackup
|
||||
- curl
|
||||
- syncthing
|
||||
- socat
|
||||
- fish
|
||||
# Cache is already updated from previous step
|
||||
update_cache: false
|
||||
autoremove: true
|
||||
|
|
Loading…
Reference in a new issue