Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variable support for Panorama #248

Closed
rodvand opened this issue Sep 2, 2021 · 1 comment · Fixed by #256
Closed

Add variable support for Panorama #248

rodvand opened this issue Sep 2, 2021 · 1 comment · Fixed by #256
Labels
enhancement New feature or request released

Comments

@rodvand
Copy link

rodvand commented Sep 2, 2021

Is your feature request related to a problem?

Currently I use the panos_config_element to add/modify the variables connected to a template/template stack. One of the beauty of using Ansible playbooks is that people without much programming knowledge can read a playbook easy. Configuring with xpath and element is not very easy to read or understand for administrators not well versed in the API essentials.

Describe the solution you'd like

Template variables are pretty concise and well-defined so I would think it should be "easy" enough to make this into a module.

@rodvand rodvand added the enhancement New feature or request label Sep 2, 2021
shinmog added a commit that referenced this issue Sep 14, 2021
shinmog added a commit that referenced this issue Sep 14, 2021
* feat: Add `panos_template_variable`

fixes #248
github-actions bot pushed a commit that referenced this issue Sep 14, 2021
## [2.8.0](v2.7.0...v2.8.0) (2021-09-14)

### Features

* Add `panos_template_stack` ([#255](#255)) ([59f1c21](59f1c21))
* Add `panos_template_variable` ([#256](#256)) ([6e6cc58](6e6cc58)), closes [#248](#248)
* Add audit comment to panos_nat_rule ([c29314e](c29314e))
* Add audit comment to panos_pbf_rule ([640bd25](640bd25))
* Add device group support ([#250](#250)) ([26a991c](26a991c)), closes [#102](#102)
* Add group_tag to panos_nat_rule ([34d4a4b](34d4a4b)), closes [#244](#244)
* Add group_tag to panos_pbf_rule ([f0ba7ed](f0ba7ed)), closes [#244](#244)
* Add group_tag to panos_security_rule ([63148d9](63148d9)), closes [#244](#244)
* Add NAT rule dynamic dest xlate support ([#251](#251)) ([5db35d0](5db35d0)), closes [#146](#146)
* Add panos_template ([#254](#254)) ([f122df8](f122df8))

### Bug Fixes

* Do targetted updates in panos_device_group ([#253](#253)) ([8fa1906](8fa1906)), closes [#252](#252)
* panos_ha should check for a config before indexing ([4d050c4](4d050c4)), closes [#32](#32)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.8.0 🎉

The release is available on Ansible Galaxy and GitHub release

Posted by semantic-release bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant