Server IP : 85.214.239.14 / Your IP : 216.73.216.226 Web Server : Apache/2.4.62 (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 : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/ansible_collections/netapp/ontap/playbooks/examples/ |
Upload File : |
# TODO: change these variable values ontap_admin_ip: TBD # either username/passord credentials ontap_admin_username: admin ontap_admin_password: TBD # or SSL certificate authentication ontap_cert_filepath: "/home/TBD/test.pem" ontap_key_filepath: "/home/TBD/test.key" # we recommend to use https, but it requires a valid SSL certificate ontap_use_https: true ontap_validate_certs: false # Optionally, SVM credentials ontap_svm_admin_ip: TBD ontap_svm_admin_username: vsadmin ontap_svm_admin_password: TBD # Optionally, to upgrade disk, shelf, acp firmware ontap_firmware_url: TBD # DONE - do not change anything else # # To use this file: # option 1: use ansible-playbook command line argument --extra-vars=@<path to this file> # for instance: # ansible-playbook ansible_collections/netapp/ontap/playbooks/examples/na_ontap_pb_upgrade_firmware_with_extra_vars.yml --extra-vars=@/tmp/ansible/ontap_vars_file.yml # option 2: include this file in your playbook using vars_files: # for instance: # vars_files: # - <path to vars file>