João Olavo Vasconcelos
João Olavo Vasconcelos
##### SUMMARY My company has many vcenters, all connected on liked mode. This way, from a single vcenter web interface, I can search for a guest and it will be...
### Summary I need to specify the specific command that community.general.shutdown runs to shutdown the host. I tried using as bellow, but Ansible always returns with error "Missing sudo password"....
### Summary I'm using odbc community module to connect to a databricks base: ``` - name: Get some values in the test db community.general.odbc: dsn: "Driver=/opt/simba/spark/lib/64/libsparkodbc_sb64.so;Host=xxx.azuredatabricks.net;Port=443;HTTPPath=sql/1.0/warehouses/xxx; SSL=1;ThriftTransport=2;AuthMech=3;UID=token;PWD=xxx" query: "select name...