Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/techarkit/ansible-playbooks
- Owner: techarkit
- Created: 2018-12-27T04:59:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T11:51:56.000Z (over 1 year ago)
- Last Synced: 2023-10-21T13:07:40.066Z (about 1 year ago)
- Topics: ansible, ansible-collection, ansible-modules, ansible-playbook, ansible-playbooks, ansible-role, techarkit, tutorial
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 27
- Watchers: 3
- Forks: 184
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)