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