Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techarkit/ansible-playbooks

Ansible Playbooks Written and Published by https://arkit.co.in. NO WARRANTY for any damages and loss of data.
https://github.com/techarkit/ansible-playbooks

ansible ansible-collection ansible-modules ansible-playbook ansible-playbooks ansible-role techarkit tutorial

Last synced: about 12 hours ago
JSON representation

Ansible Playbooks Written and Published by https://arkit.co.in. NO WARRANTY for any damages and loss of data.

Awesome Lists containing this project

README

        

# Ansible Playbooks
Ansible Palybooks Written and Published by https://arkit.co.in. NO WARRANTY for any damages and loss of data.

- [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)
- [Class 2: Ansible Lab setup](https://youtu.be/p8xkv1m-boE)
- [Class 3: Creating inventory](https://youtu.be/G7_orKIWAeA)
- [Class 4: Ad-Hoc Commands](https://youtu.be/Kr-62ON416c)
- [Class 5: Writing your first playbook](https://youtu.be/2nRfP69sGsk)
- [Class 6: Ansible Variables](https://youtu.be/nOOe-_rNhP8)
- [Class 7: Conditionals and Loops](https://youtu.be/JYPn5l3ChX0)

- [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)