-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change panos_config_element to only support httpapi connection. * Fixed idempotence for set action with single element, added to unit test.
- Loading branch information
Michael Richardson
authored
May 10, 2021
1 parent
82523e8
commit 5d11cfc
Showing
10 changed files
with
1,177 additions
and
78 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
[firewalls] | ||
panos-10 ip_address=192.168.55.10 | ||
panos-10 ansible_host=192.168.55.10 | ||
|
||
[panoramas] | ||
panorama-10 ip_address=192.168.55.5 | ||
|
||
[all:vars] | ||
username=admin | ||
password=P4loalto! | ||
ansible_user=admin | ||
ansible_password=P4loalto! | ||
|
||
ansible_network_os=mrichardson03.panos.panos | ||
ansible_connection=httpapi | ||
ansible_httpapi_port=443 | ||
ansible_httpapi_use_ssl=True | ||
ansible_httpapi_validate_certs=False |
Empty file.
Oops, something went wrong.