Skip to content

Commit

Permalink
Merge pull request #10 from kdpuvvadi/next
Browse files Browse the repository at this point in the history
New version 5.5.6
  • Loading branch information
kdpuvvadi committed Sep 6, 2022
2 parents 21e311f + c708e7a commit 3dd502b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
skip_list:
- package-latest
- name[casing]
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Tested on Control Node Ubuntu 20.04 LTS. Ansible 2.11.6.

* Clone the repo `git clone https://github.com/kdpuvvadi/Omada-Ansible.git omada-ansible`.
* Install requirements `ansible-galaxy collection install -r requirements.yml`.
* copy `inventory.ini.j2` to `inventory.ini`.
* Change necessary changes to inventory.
* copy `vars.yml.j2` to `vars.yml`.
* Change the variable based on your preferences.
* Inventory with `cp inventory.ini.j2 inventory.ini`.
* Add IP and username of the server to the inventory.
* Variables with `cp vars.yml.j2 vars.yml`.

## Release

* For latest(5.4.6) [Latest release](../../releases/latest)
* For Latest(5.5.6) [Latest release](../../releases/latest)
* For latest(5.4.6) [release 5.4.6](../../releases/v5.4.6)
* For version(5.3.1) [release 5.3.1](../../releases/v5.3.1)
* For version 5.1.7 [release 5.1.7](../../releases/v5.1.7)
* For version 5.0.30 [release 5.0.30](../../releases/v5.0.30)
Expand Down Expand Up @@ -70,7 +70,6 @@ Support for rhel ended(from [Red Hat](https://www.redhat.com/)) but you still wa

* Clone the repo `git clone -b rhel7 https://github.com/kdpuvvadi/Omada-Ansible.git --single-branch omada-ansible`.
* Install requirements `ansible-galaxy collection install -r requirements.yml`.
* copy `inventory.ini.j2` to `inventory.ini`.
* Change necessary changes to inventory.
* copy `vars.yml.j2` to `vars.yml`.
* Change the variable based on your preferences.
* Inventory with `cp inventory.ini.j2 inventory.ini`.
* Add IP and username of the server to the inventory.
* Variables with `cp vars.yml.j2 vars.yml`.
2 changes: 1 addition & 1 deletion vars.yml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
config_dir: '/home/ansible/omada/'
omada_url: https://static.tp-link.com/upload/software/2022/202207/20220729/Omada_SDN_Controller_v5.4.6_Linux_x64.tar.gz
omada_url: https://static.tp-link.com/upload/software/2022/202208/20220822/Omada_SDN_Controller_v5.5.6_Linux_x64.tar.gz
omada_dir: '/home/ansible/omada/'
mongo_url: https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.0/x86_64/RPMS/mongodb-org-server-4.0.27-1.el8.x86_64.rpm
jsvc_rpm_url: http://repo.iotti.biz/CentOS/8/x86_64/apache-commons-daemon-jsvc-1.2.2-5.el8.lux.x86_64.rpm

0 comments on commit 3dd502b

Please sign in to comment.