Red Hat Enterprise Linux Automation with Ansible
git clone https://github.com/sunnysudershan/RH294.git
git status
git add .
git status
git config --global user.email "sunnysudershan@gmail.com"
git config --global user.name "Sunny Ramplli"
git commit -m "Updated all the demos & labs"
git status
#Steps create a git token
#Click on your GitHub profile icon on the top right corner
#Click Settings
#From the menu shown on the left, click Developer Settings
#Click Personal access tokens
#Click Generate new token
git push origin main
vim - Editor indentation more important
.yaml - yet aother markup language
starts with --- (optional)
Play
task
dictionaries have collection of key value paris separated by :space
ends with ... (optional)