How to Enhance My CV with Ansible Experience?

0
11
Asked By TechieExplorer42 On

I'm coming from a network engineering background and I've worked on playbooks for network devices, especially with F5. Recently, I was approached for an Ansible job, and I'm looking to bolster my CV with more system or DevOps projects. Can anyone share what kind of tasks or projects they are doing in production that I could replicate? Also, would obtaining an Ansible certification be beneficial, considering I already have some foundational knowledge?

4 Answers

Answered By LinuxNinja12 On

Just a heads-up, you really need a solid grasp of Linux to use Ansible effectively. If you don't, it can be pretty overwhelming.

TechieExplorer42 -

I'm currently preparing for the RHCSA, so I'm getting there with my Linux skills. Do you think that's enough to get started with Ansible?

Answered By CodeWizard89 On

You can start with simple tasks like running ad-hoc scripts for maintenance, checking configurations for things like certificates, and making sure the right directories are set up. For cloud-related projects, consider managing Azure images with Ansible, like patching them based on specific releases. In SRE roles, we often check log folders and file sizes, and implement small automations.

Answered By ServerHero77 On

Ansible is great for tasks that need to be executed across many servers. You could do things like create files on multiple machines, check password quality with the `chage` command, run systemctl commands, copy files, and create users. It's also useful for server patching and app upgrades, so there's plenty you can include on your CV.

Answered By DevOpsDynamo55 On

Check out a production deployment that my team has been maintaining: [Ansible Collection RKE2](https://github.com/pokerops/ansible-collection-rke2). It's a good example that might inspire ideas for your CV.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.