Skip to content

Commit

Permalink
bump to v5.13.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Mar 23, 2024
1 parent 5f53a30 commit 920d21d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

Playbook tested on following host distributions

* Debian 10, 11
* Ubuntu 18.04, 20.04, 22.04
* Debian 10, 11, 12
* Ubuntu 18.04, 20.04

Tested on Control Node Ubuntu 20.04 LTS. Ansible 2.11.6.

## Instructions for Ubuntu 22.04/ Debian 12

Manual instalation instructions for installing Omada SDN on Ubuntu 22.04 or Debian 12
https://blog.puvvadi.me/posts/omada-sdn-controller-ubuntu-22-04/

## Setup Ansible

* Install pip `sudo apt install python3-pip -y`
Expand All @@ -30,7 +35,8 @@ Tested on Control Node Ubuntu 20.04 LTS. Ansible 2.11.6.

## Release

* For latest(5.13.22) [latest release](../../releases/v5.13.22)
* For latest(5.13.30.8) [latest release](../../releases/v5.13.30.8)
* For version 5.13.22 [release 5.13.22](../../releases/v5.13.22)
* For version 5.12.7 [release 5.12.7](../../releases/v5.12.7)
* For version 5.9.31 [release 5.9.31](../../releases/v5.9.31)
* For verion 5.9.9 [release 5.9.9](../../releases/v5.9.9)
Expand Down
2 changes: 1 addition & 1 deletion vars.yml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
config_dir: '/home/ansible/omada/'
omada_url: https://static.tp-link.com/upload/software/2023/202312/20231201/Omada_SDN_Controller_v5.13.22_Linux_x64.tar.gz
omada_url: https://static.tp-link.com/upload/software/2024/202402/20240227/Omada_SDN_Controller_v5.13.30.8_linux_x64.tar.gz
omada_dir: '/home/ansible/omada/'

0 comments on commit 920d21d

Please sign in to comment.