Friday, March 19, 2021

Ansible core features

 Ansible core features - 3/18/2021

- We will learn about core features to manage complex environment within an enterprise. We will set up a cluster as a use case to understand the overall picture. We can not use ansible command line for serious implemenation of sevr automation and so we have to explore other available options or offerings.
We will create a cluster with ansible core features such as playbook, vars, hostvars etc

We will set up
- a kafka using ansible - analysis
- define host groups (group servers into muktple groups)
- ansible playbook
- set up kafka - single-playbook
- using variables and tags in playbook.
- Manage complex playbook


No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...