Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 26, 2022
1 parent b00da31 commit cf3f55a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ python3 -m pip install httpx
Then - install the collection itself:

```bash
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git
# stable/tested version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.1.0

# or for easier development
# latest version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git

# install to specific director for easier development
cd $PLAYBOOK_DIR
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git -p ./collections
```
Expand Down Expand Up @@ -126,7 +129,7 @@ not implemented => development => [testing](https://github.com/ansibleguy/collec
| **Web Proxy** | ansibleguy.opnsense.webproxy_remote_acl | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id12) | unstable |
| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_proxy | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id14) | unstable |
| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_match | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id15) | unstable |
| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_rule | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id16) | unstable |
| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_rule | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id18) | unstable |


### Roadmap
Expand Down
7 changes: 5 additions & 2 deletions docs/source/usage/1_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ Collection

.. code-block:: bash
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git
# stable version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.1.0
# or for easier development
# latest version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git
# install to specific director for easier development
cd $PLAYBOOK_DIR
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git -p ./collections
9 changes: 6 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@

namespace: 'ansibleguy'
name: 'opnsense'
version: 1.0.20
version: 1.1.0
readme: 'README.md'
authors:
- 'AnsibleGuy <[email protected]>'
description: "Ansible Collection to manage OPNSense firewalls using its API's"
description: "Ansible Collection to manage OPNSense firewalls using their API"
license_file: 'LICENSE.txt'
tags:
- 'firewall'
- 'api'
- 'opnsense'
- 'iac'
- 'network'
- 'security'
- 'filter'
dependencies: {}
repository: 'https://github.com/ansibleguy/collection_opnsense'
documentation: 'https://opnsense.ansibleguy.net/'
documentation: 'https://opnsense.ansibleguy.net'
homepage: 'https://ansibleguy.net'
issues: 'https://github.com/ansibleguy/collection_opnsense/issues'
build_ignore: []

0 comments on commit cf3f55a

Please sign in to comment.