rundeck

Rundeck Node Authentication with domain account

Rundeck Node Authentication with domain account Question: I have installed Rundeck 4.8.0 on Redhat 9. I have a Windows 2022 Server node. I have a local account on the node called rundeck and it’s in the Administrators group. In Rundeck key storage, I made a password key, with the password for the local rundeck account. …

Total answers: 1

Running python script from inside virtualenv bin is not working

Running python script from inside virtualenv bin is not working Question: I have a script I want to be available globally. I’ve started it with the standard hashbang: #! /usr/bin/env python And linked it into the bin directory of my virtualenv: ~/environments/project/env/bin/myscript And added that directory to my path. When I run the command: myscript …

Total answers: 5