run Ansible ad hoc with 10 parallel forks
ansible -i hosts testnode1 -a "uname -a" -f 10show human readable output
add this line to ansible.cfg
add this line to ansible.cfg
stdout_callback=yamlansible -i hosts testnode1 -a "uname -a" -f 10stdout_callback=yamlssh-keygen ## generate public keyssh-copy-id <name of node> # copy key, provide password to node
Open Command Prompt as Administrator
Type in taskkill /f /im OneDrive.exe to terminate any OneDrive processes and hit Enter.
Type in %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall if you’re using 64-bit Windows 10 and hit Enter.
1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...