Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Talk: Scalable server management with Ansible #26

Open
moziliar opened this issue Feb 21, 2022 · 2 comments
Open

Lightning Talk: Scalable server management with Ansible #26

moziliar opened this issue Feb 21, 2022 · 2 comments

Comments

@moziliar
Copy link
Contributor

moziliar commented Feb 21, 2022

Ansible is a server management tool on many OS platforms. It comes with a declarative semantics whereby you state what you want on the server instead of providing steps to reach there. This will save the effort to the lengthy and error prone wrangling of lines of conditionals in bash. In this talk, we will explore together how Ansible can make our life easier.

Presentation content

Topic: Scalable server management with Ansible

WIIFY: With Ansible, you write what you want instead of how you get what you want.

Key Points:

  • Ansible is scalable
  • Ansible is idempotent
  • Ansible is better than scripting as it is declarative and therefore less error-prone
  • Ansible is better than Chef and Puppet because
    • Ansible is agent-less
    • Ansible is YAML and Python

Impact:

Know: Ansible's features and interface
Believe: Ansible is better than scripting and its competitors like Chef and Puppet
Do: Start using Ansible to configure machines
Slides: CS3282 Lightning Talk 2.pptx

@moziliar
Copy link
Contributor Author

moziliar commented Mar 3, 2022

Slides uploaded @damithc

@moziliar
Copy link
Contributor Author

moziliar commented Mar 31, 2022

Updated talk for round C here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants