Skip to content

Commit cf3f55a

Browse files
committed
updated version
1 parent b00da31 commit cf3f55a

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ python3 -m pip install httpx
3131
Then - install the collection itself:
3232

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

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

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

131134

132135
### Roadmap

docs/source/usage/1_install.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ Collection
2727

2828
.. code-block:: bash
2929
30-
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git
30+
# stable version:
31+
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.1.0
3132
32-
# or for easier development
33+
# latest version:
34+
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git
3335
36+
# install to specific director for easier development
3437
cd $PLAYBOOK_DIR
3538
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git -p ./collections

galaxy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22

33
namespace: 'ansibleguy'
44
name: 'opnsense'
5-
version: 1.0.20
5+
version: 1.1.0
66
readme: 'README.md'
77
authors:
88
- 'AnsibleGuy <guy@ansibleguy.net>'
9-
description: "Ansible Collection to manage OPNSense firewalls using its API's"
9+
description: "Ansible Collection to manage OPNSense firewalls using their API"
1010
license_file: 'LICENSE.txt'
1111
tags:
1212
- 'firewall'
1313
- 'api'
1414
- 'opnsense'
1515
- 'iac'
16+
- 'network'
17+
- 'security'
18+
- 'filter'
1619
dependencies: {}
1720
repository: 'https://github.com/ansibleguy/collection_opnsense'
18-
documentation: 'https://opnsense.ansibleguy.net/'
21+
documentation: 'https://opnsense.ansibleguy.net'
1922
homepage: 'https://ansibleguy.net'
2023
issues: 'https://github.com/ansibleguy/collection_opnsense/issues'
2124
build_ignore: []

0 commit comments

Comments
 (0)