Test Connection
ansible -i hosts all -m ping -u root
Diagnostics
manage nodes via "/etc/ansible/hosts" file
Debug (debug output for playbook)
- debug: var=result verbosity=2
ssh-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...