File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,13 @@ python3 -m pip install httpx
3131Then - 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
3841cd $PLAYBOOK_DIR
3942ansible-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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33namespace : ' ansibleguy'
44name : ' opnsense'
5- version : 1.0.20
5+ version : 1.1.0
66readme : ' README.md'
77authors :
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"
1010license_file : ' LICENSE.txt'
1111tags :
1212 - ' firewall'
1313 - ' api'
1414 - ' opnsense'
1515 - ' iac'
16+ - ' network'
17+ - ' security'
18+ - ' filter'
1619dependencies : {}
1720repository : ' https://github.com/ansibleguy/collection_opnsense'
18- documentation : ' https://opnsense.ansibleguy.net/ '
21+ documentation : ' https://opnsense.ansibleguy.net'
1922homepage : ' https://ansibleguy.net'
2023issues : ' https://github.com/ansibleguy/collection_opnsense/issues'
2124build_ignore : []
You can’t perform that action at this time.
0 commit comments