https://github.com/ktsreddy007/ansible_work
Just a repo for Ansible Handson
https://github.com/ktsreddy007/ansible_work
ansible-galaxy ansible-role playbook-ansible yaml
Last synced: 2 months ago
JSON representation
Just a repo for Ansible Handson
- Host: GitHub
- URL: https://github.com/ktsreddy007/ansible_work
- Owner: ktsreddy007
- Created: 2025-07-04T04:55:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T15:17:10.000Z (10 months ago)
- Last Synced: 2025-09-01T15:23:57.512Z (10 months ago)
- Topics: ansible-galaxy, ansible-role, playbook-ansible, yaml
- Language: Jinja
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This Repo is for Ansible Library and POC of Realtime Scenarios.
**It covers below concepts till date**
- Playbooks
- Tasks
- Play
- Modules
- File,Copy,Stat,Blockinfile,lineinfile,Fetch,Find,Replace,Template,assemble,archive,unarchive,
Synchronize,yum,apt,service,shell
- Ansible Vault
- Secrets
- Error Handlings
- Collections
- Roles
- Variables
- Jinja2
- loops
---
## 📊 Our Deployment Architecture Design of Connected Nodes
---
**Realtime POC's Scenarios**
1. Managing Ngnix Software over 6 OS's (Centos & Ubuntu) --- Includes Installation,Uninstallation,Patching
2. Managing Java Software over 6 OS's (Centos & Ubuntu) --- Includes Installation,Uninstallation
3. Creating Users and give them SSH Key based access over 6 OS's (Centos & Ubunutu)
4. Configuring Hostname and Timezone over 6 OS's (Centos & Ubuntu)
5. Managing Docker Software over 6 OS's (Centos & Ubuntu) --- Includes Installation , Uninstallation,Patching
6. Adding New Users adding them to a group over 6 OS's (Cenetos & Ubuntu)