From c708e7af11e30411bd69b06874b4bc0affe292d7 Mon Sep 17 00:00:00 2001 From: KD Puvvadi Date: Tue, 6 Sep 2022 13:19:20 +0530 Subject: [PATCH] version 5.5.6 --- .ansible-lint | 1 + README.md | 17 ++++++++--------- vars.yml.j2 | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 84bf65d..d7ef921 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ --- skip_list: - package-latest + - name[casing] diff --git a/README.md b/README.md index dbc2b22..50c5b63 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`. diff --git a/vars.yml.j2 b/vars.yml.j2 index 603f0c0..dab1811 100644 --- a/vars.yml.j2 +++ b/vars.yml.j2 @@ -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