Server IP : 85.214.239.14 / Your IP : 18.119.116.125 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 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 : /proc/self/root/lib/python3/dist-packages/ansible_collections/wti/remote/ |
Upload File : |
WTI Ansible Collection ========= This [Ansible](https://www.ansible.com/) collection provides a set of platform dependent configuration management modules specifically designed for [WTI OOB and PDU devices](https://wti.com/) . Requirements ------------ * Python 3.5+ * Ansible 2.9.0 or later * Supported WTI firmware (DSM/CPM v6.58+, VMR 2.15+) * Configuration command needs a user with Administrator privileges Installation ------- Through Galaxy: ``` ansible-galaxy collection install wti.remote ``` Inventory Variables -------------- The common variables that should be defined in your inventory for your WTI host are: * `cpm_url`: IP address or name of device. * `cpm_username`: Username for device in `plaintext` format * `cpm_password`: Password for device in `plaintext` format * `use_https`: Set `True` or `False` depending on if Ansible should use a secure https connection * `validate_certs`: Set `True` or `False` depending on if Ansible should attempt to validate certificates * `use_proxy`: Set `True` or `False` depending if Ansible should bypass environment proxies to connect to the WTI device Contribution ------- At WTI we're dedicated to ensuring the quality of our products, if you find any issues at all please open an issue on our [Github](https://github.com/wtinetworkgear/wti-collection) and we'll be sure to respond promptly! Or you can always email us directly at support@wti.com License ------- Apache-2.0 Author Information ------------------ - Ken Partridge (@wtinetworkgear)