From 54ae3cb53bfcdd493da5b1841d2edebb33ba2575 Mon Sep 17 00:00:00 2001 From: Ankam Ravi Kumar Date: Thu, 31 Oct 2019 20:12:15 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fd1f6a6..e355d11 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ansible Playbooks Ansible Palybooks Written and Published by www.server-computer.com. NO WARRANTY for any damages and loss of data. -- [Automation with Ansible Course Videos](https://www.youtube.com/watch?v=2_GXHygzWSQ&list=PL8cE5Nxf6M6YUaKyuon-AWRDNr31ANuo2) +- [PlayList: Automation with Ansible Course](https://www.youtube.com/watch?v=2_GXHygzWSQ&list=PL8cE5Nxf6M6YUaKyuon-AWRDNr31ANuo2) Ansible Course - [Class 1: Automation with ansible Course Overview](https://youtu.be/-b1ByalW4X8) @@ -12,13 +12,13 @@ Ansible Course - [Class 6: Ansible Variables](https://youtu.be/nOOe-_rNhP8) - [Class 7: Conditionals and Loops](https://youtu.be/JYPn5l3ChX0) -- [Ad-Hoc Commands](https://github.com/techtutorials/ansible-palybooks/blob/master/adhoc%20commads) -- [Copy SSH Key](https://github.com/techtutorials/ansible-palybooks/blob/master/copyssh.yml) -- [Enable SNMP Community String all the Servers](https://github.com/techtutorials/ansible-palybooks/blob/master/snmpcommunitychange.yaml) -- [Spin new ec2 instance](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/spinawsec2.yml) -- [Terminate existing ec2 instance using instnace id](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/terminate.yml) -- [Create New Key pair and download keys](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/createnewkeypair.yml) -- [Delete KeyPair from AWS EC2](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/removekeypair.yml) -- [Check User exists](https://github.com/techtutorials/ansible-palybooks/blob/master/checkexistinguser.yml) +- [PlayBook: Ad-Hoc Commands](https://github.com/techtutorials/ansible-palybooks/blob/master/adhoc%20commads) +- [PlayBook: Copy SSH Key](https://github.com/techtutorials/ansible-palybooks/blob/master/copyssh.yml) +- [PlayBook: Enable SNMP Community String all the Servers](https://github.com/techtutorials/ansible-palybooks/blob/master/snmpcommunitychange.yaml) +- [PlayBook: Spin new ec2 instance](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/spinawsec2.yml) +- [PlayBook: Terminate existing ec2 instance using instnace id](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/terminate.yml) +- [PlayBook: Create New Key pair and download keys](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/createnewkeypair.yml) +- [PlayBook: Delete KeyPair from AWS EC2](https://github.com/techtutorials/ansible-palybooks/blob/master/EC2/removekeypair.yml) +- [PlayBook: Check User exists](https://github.com/techtutorials/ansible-palybooks/blob/master/checkexistinguser.yml)