This is an Ansible Collection built for managing crestron devices
All modules use the following variables for authentication
| Variable | Type |
|---|---|
| hostname | string |
| username | string |
| password | string |
Add User to Device
| Variable | Type |
|---|---|
| new_username | string |
| new_password | string |
Enable/Disable Auto Update
| Variable | Type |
|---|---|
| enabled | bool |
Set Auto Update Time
| Variable | Type |
|---|---|
| time | string |
Enable/Disable Authentication
| Variable | Type |
|---|---|
| enabled | bool |
| new_username | string |
| new_password | string |
Set NTP Server
| Variable | Type |
|---|---|
| server | string |
Set SSL Mode
| Variable | Type |
|---|---|
| mode | enum(off, self, ca) |
Reboot Device