diff options
Diffstat (limited to 'ansible_collections/cisco/ise/playbooks/credentials.template')
-rw-r--r-- | ansible_collections/cisco/ise/playbooks/credentials.template | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible_collections/cisco/ise/playbooks/credentials.template b/ansible_collections/cisco/ise/playbooks/credentials.template new file mode 100644 index 00000000..b6a7cff1 --- /dev/null +++ b/ansible_collections/cisco/ise/playbooks/credentials.template @@ -0,0 +1,10 @@ +--- +ise_hostname: <A.B.C.D> +ise_username: <username> +ise_password: <password> +ise_verify: False # optional, defaults to True +ise_version: 3.1.1 # optional, defaults to 3.1.1 +ise_wait_on_rate_limit: True # optional, defaults to True +ise_debug: False # optional, defaults to False +ise_uses_api_gateway: True # optional, defaults to True +ise_uses_csrf_token: False # optional, defaults to False
\ No newline at end of file |