Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edge-servers committed Sep 12, 2024
1 parent f5dbf25 commit 74332d2
Show file tree
Hide file tree
Showing 56 changed files with 768 additions and 768 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Closes #<issue-number>.

Please [open a new issue](https://github.com/openwisp/ansible-openwisp2/issues/new/choose) if there isn't an existing issue yet.
Please [open a new issue](https://github.com/openwisp/ansible-immunity22/issues/new/choose) if there isn't an existing issue yet.

## Description of Changes

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
- name: Tests
run: |
mkdir -p ~/.ansible/roles
ln -s $GITHUB_WORKSPACE ~/.ansible/roles/openwisp.openwisp2
ln -s $GITHUB_WORKSPACE ~/.ansible/roles/openwisp.immunity22
molecule test
env:
ROLE_NAME: openwisp2
ROLE_NAME: immunity22
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}
ANSIBLE_ROLES_PATH: /home/runner/.cache/molecule/ansible-openwisp2/default/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
ANSIBLE_ROLES_PATH: /home/runner/.cache/molecule/ansible-immunity22/default/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles

import:
name: Update imports on Ansible Galaxy
Expand All @@ -78,4 +78,4 @@ jobs:

- name: Update imports on Ansible Galaxy
run: |
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} openwisp ansible-openwisp2
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} openwisp ansible-immunity22
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Version 22.05.2 [2022-10-18]

- Removed sql module from default freeradius site which was generating errors
- Fixed ``openwisp2_should_install_python_37`` false test
- Fixed ``immunity22_should_install_python_37`` false test
- Fixed installation of Python 3.7 on old systems
- Fixed installation of freeradius on Ubuntu 22.04.1

Expand All @@ -27,8 +27,8 @@
- **Backward incompatible change**: simplified installation of
custom modules, the variables with `_pip` suffix have been abandoned
in favour of supplying the full version in the variables having
`_version` suffix, for more information please see [[change!] Simplify installation of custom modules #193](https://github.com/openwisp/ansible-openwisp2/commit/3c651a0179ecd7881cd6f388ee4a7d0a8c5a7689)
- `openwisp2_firmware_upgrader_max_file_size` now sets
`_version` suffix, for more information please see [[change!] Simplify installation of custom modules #193](https://github.com/openwisp/ansible-immunity22/commit/3c651a0179ecd7881cd6f388ee4a7d0a8c5a7689)
- `immunity22_firmware_upgrader_max_file_size` now sets
`OPENWISP_FIRMWARE_UPGRADER_MAX_FILE_SIZE` in `settings.py` and
updates `client_max_body_size` in nginx config.
- Added variable to configure daphne websocket timeout;
Expand All @@ -49,7 +49,7 @@
- Added optional support for [OpenWISP RADIUS](https://openwisp.io/docs/user/radius.html)
- Added support for Ubuntu 22.04
- Added support for internationalization
- Added option to [deploy custom static files](https://github.com/openwisp/ansible-openwisp2#deploying-custom-static-content)
- Added option to [deploy custom static files](https://github.com/openwisp/ansible-immunity22#deploying-custom-static-content)
- Added support for [subnet division rule feature](https://openwisp.io/docs/user/subnet-division-rules.html)
- Added the [OpenWISP Users authentication backend](https://github.com/openwisp/openwisp-users#authentication-backend) (enabled by default)
- Added sesame default configuration
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of ansible-openwisp2 nor the names of its
* Neither the name of ansible-immunity22 nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ansible-openwisp2
# ansible-immunity22

[![Build Status](https://github.com/openwisp/ansible-openwisp2/workflows/Ansible%20OpenWISP2%20CI%20Build/badge.svg?branch=master)](https://github.com/openwisp/ansible-openwisp2/actions?query=workflow%3A%22Ansible+OpenWISP2+CI+Build%22)
[![Galaxy](http://img.shields.io/badge/galaxy-openwisp.openwisp2-blue.svg?style=flat-square)](https://galaxy.ansible.com/ui/standalone/roles/openwisp/openwisp2/)
[![Build Status](https://github.com/openwisp/ansible-immunity22/workflows/Ansible%20OpenWISP2%20CI%20Build/badge.svg?branch=master)](https://github.com/openwisp/ansible-immunity22/actions?query=workflow%3A%22Ansible+OpenWISP2+CI+Build%22)
[![Galaxy](http://img.shields.io/badge/galaxy-openwisp.immunity22-blue.svg?style=flat-square)](https://galaxy.ansible.com/ui/standalone/roles/openwisp/immunity22/)
[![Chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/openwisp/general)

Ansible role that installs the OpenWISP Server Application.
Expand Down
Loading

0 comments on commit 74332d2

Please sign in to comment.