| Server IP : 85.214.239.14 / Your IP : 216.73.216.189 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/ansible_collections/cyberark/pas/roles/aimprovider/defaults/ |
Upload File : |
---
# Default values for possible input parameters
# CyberArk's Privileged Account Security Web Services SDK api base URL
rest_api_url: ""
# Whether to validate certificates for REST api calls
validate_certs: true
# Zip file with distribution of AIM Provider
zip_file_name: ""
# Folder name within the ZIP file that will be used by default is taken from zip file name.
folder_name: '{{zip_file_name.split("/")[-1].split("-Rls")[0]}}'
# CyberArk location for App Provider user to be created
app_provider_user_location: "\\Applications"
# CyberArk Vault Address
vault_address: ""
# Whether to use shared logon authentication
use_shared_logon_authentication: false
# State - the state of the provider: present mean installing the provide and Absent means uninstalling
state: "present"