Repository URL to install this package:
Version:
6.0.0 ▾
|
.. |
meta |
playbooks |
plugins |
FILES.json |
MANIFEST.json |
README.md |
This Ansible collection provides a set of platform dependent configuration management modules specifically designed for WTI OOB and PDU devices .
Through Galaxy:
ansible-galaxy collection install wti.remote
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
formatcpm_password
: Password for device in plaintext
formatuse_https
: Set True
or False
depending on if Ansible should use a secure https connectionvalidate_certs
: Set True
or False
depending on if Ansible should attempt to validate certificatesuse_proxy
: Set True
or False
depending if Ansible should bypass environment proxies to connect to the WTI deviceAt 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 and we'll be sure to respond promptly! Or you can always email us directly at support@wti.com
Apache-2.0