We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While checking paloaltonetworks.panos.panos_dhcp ansible module seems like ist only possible to check the current DHCP server or delete it.
Any way to actually configure the DHCP service through Panorama?
I want to be able to: Configure and enable DHCP service in an specific interface with values:
template: <Panorana Device Template> device_group: <Device Group name> enable: <false|true> lease_time: <lease time> ip_pool_start: <IP start> ip_pool_end: <IP end> subnet_mask: "mask" default_gateway: <gw> primary_dns: <DNS one> secondary_dns: <DNS two> ntp_server: <time server> domain_name: <domain>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While checking paloaltonetworks.panos.panos_dhcp ansible module seems like ist only possible to check the current DHCP server or delete it.
Any way to actually configure the DHCP service through Panorama?
Describe the solution you'd like
I want to be able to:
Configure and enable DHCP service in an specific interface with values:
Additional context
The text was updated successfully, but these errors were encountered: