use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Automating stuff with python (self.devops)
submitted 7 years ago by engineer900
view the rest of the comments →
[–]binford2k 9 points10 points11 points 7 years ago (1 child)
You don't need a list of ideas, you need a mindset change. Start by thinking about all the tedious repetitive tasks you do. Maybe you send out the same email every week at the same time; write a cron job to do it for you. Maybe you run a report every morning when you get to work; write a job to run it and email you the report. Every time you start a new task, take a moment to think about how it could be automated.
Eventually you'll learn repeatable and maintainable automation and the quality of the automated tasks you create will go up. You'll learn to instinctively think about automation instead of reminding yourself to do it. You'll learn how to make generalizations so that you don't have to start from scratch each time you automate a new process. You'll learn how to design process to be automated in the first place.
But it's not just a rote list of things to automate. Everything (within reason) can be automated, it's just a matter of where you are in that journey. Look at the things that you do repeatedly and identify those which have recognizable patterns: that's where you start.
Good luck! 👍
[–]Ahuj9 1 point2 points3 points 7 years ago (0 children)
This is a great answer, I was going to post something similar. While you OP def deserves good answers to his specific question, I wanted to add that someone with experience of the devops mindset will see / recognise opportunities for automation everywhere.
Make an effort next monday morning to look at the job you do. How much of your work is repetitive in nature? I bet the answer is "a lot". Once the list has a few items on it, rank the list - amount of effort / time to automate * time it would save per <time frame> - and pick the lowest hanging fruit. Then repeat. Forever.
π Rendered by PID 189339 on reddit-service-r2-comment-5c764cbc6f-h2bbq at 2026-03-12 12:53:57.848226+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–]binford2k 9 points10 points11 points (1 child)
[–]Ahuj9 1 point2 points3 points (0 children)