All public logs
Jump to navigation
Jump to search
Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:32, 11 June 2022 Busk talk contribs created page Ansible cmd function (Created page with " ## Bash function wrapper ``` run_cmd(){ host=$1 cmd=$2 conn=${3:-linux} port=${4:-22} if $conn == "winrm" ; then ansible all --inventory $host, --module-na...")