diff options
Diffstat (limited to 'ansible_collections/cisco/ise/playbooks/credentials.yml')
-rw-r--r-- | ansible_collections/cisco/ise/playbooks/credentials.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ansible_collections/cisco/ise/playbooks/credentials.yml b/ansible_collections/cisco/ise/playbooks/credentials.yml deleted file mode 100644 index ebf5f9bf3..000000000 --- a/ansible_collections/cisco/ise/playbooks/credentials.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -ise_hostname: 198.18.133.27 -ise_username: admin -ise_password: 991545 # session ID -ise_verify: False # optional, defaults to True -ise_version: 3.1_Patch_1 # optional, defaults to 3.1.1 -ise_wait_on_rate_limit: True # optional, defaults to True -ise_debug: True # optional, defaults to False -ise_uses_api_gateway: True # optional, defaults to True - - -# export ISE_HOSTNAME="198.18.133.27" -# export ISE_USERNAME="admin" -# export ISE_PASSWORD="995210" -# export ISE_VERIFY=False -# export ISE_VERSION="3.1_Patch_1" -# export ISE_WAIT_ON_RATE_LIMIT=True -# export ISE_USES_API_GATEWAY=True -# export ISE_DEBUG=True
\ No newline at end of file |