Best Pickins’
- Fun and Profit with Reverse SSH Tunnels and AutoSSH
- Run iTunes on Linux via Wine
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Using Signal Desktop on Fedora with Flatpak
- Using VDO on CentOS/RHEL7 for Storage Efficiency
- Logitech G933 Wireless Headset on Linux
- How to Manually Clean Indexes from Elasticsearch
- Build Secure VLAN Networks with 'Shibby' Router Firmware
- Automate Nagios Monitoring with Ansible
- Linux Laptop Power Tuning with Powertop and Friends
Squatters
- 470,156 hobos
Blogroll
- My Tweets
Code
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads Jan 20, 2021 1 commit to master b440a2b feat: added vendor and pxe_boot to interfaces model […]
- sadsfae pushed to master in sadsfae/misc-scriptssadsfae pushed to master in sadsfae/misc-scripts Jan 19, 2021 1 commit to master a9f31a8 comment typo […]
- sadsfae pushed to master in redhat-performance/ops-toolssadsfae pushed to master in redhat-performance/ops-tools Jan 19, 2021 1 commit to master c275f91 comment typo […]
- sadsfae pushed to master in sadsfae/misc-scriptssadsfae pushed to master in sadsfae/misc-scripts Jan 19, 2021 1 commit to master 69093c1 Make this work with EL8. […]
- sadsfae pushed to master in redhat-performance/ops-toolssadsfae pushed to master in redhat-performance/ops-tools Jan 19, 2021 1 commit to master a4a2f0f make it work on EL8 […]
- sadsfae pushed to master in redhat-performance/quads
Tags
- ansible
- automation
- beer
- cloud
- comedy
- cooking
- desktop linux
- devops
- dublin
- elasticsearch
- elk
- fedora
- food
- foreman
- gaming
- git
- hobo
- home cooking
- infrastructure
- ireland
- italian
- linux
- linux gaming
- mutt
- open source
- openstack
- pasta
- performance
- power management
- privacy
- public cloud
- python
- raspberry pi
- recipe
- scale
- security
- server
- shell
- sketch
- skit
- stout
- sysadmin
- terminal
- trystack
- urban terror
- vegetarian
- what
- will foster
- xfce
Tag Archives: automation
Automate RPM Builds from Git Sources using COPR
The Fedora project COPR service builds/hosts free RPM package repositories and provides useful automation hooks for your Devopsing. You can combine COPR and any standard Git source (Github, Gitlab, etc) with webhooks for automated package builds when your source repository … Continue reading
Posted in open source, sysadmin
Tagged automate rpm from git, automation, CD, CI, copr, copr git setup, COPR linux rpm, devops, fedora, git, github, packaging, rpm
8 Comments
Fun and Automation with Git Hooks
Git is more than just an awesome, decentralized version control system (VCS) – it can also drive lots of useful automation by triggering actions to deploy infrastructure and services based on event and commit-based hooks. You can drive a lot … Continue reading
Posted in open source, sysadmin
Tagged automation, devops, git, git hooks, linux, post-receive hooks, sysadmin
Leave a comment
Automate Infrastructure Docs with Python, WordPress and Foreman
“It’s not done unless it’s documented,” says the wise Ops sage. Frequently updated documentation is critical, it’s also one of the most neglected parts of technology. Learn how we auto-generate server resource wiki data with Python, WordPress and Foreman.
Posted in open source, sysadmin
Tagged automation, devops, documentation, foreman, infrastructure, python, wiki, wordpress
2 Comments
Automate Nagios Monitoring with Ansible
Infrastructure monitoring is important and there’s lots of tools for it. I’m fond of Nagios – it’s very mature and customizable but it’s also a giant pain in the ass to setup. Here’s how to save time deploying and managing … Continue reading
Posted in open source, sysadmin
Tagged ansible, automation, devops, idrac monitoring, ipmi, linux, monitoring, nagios, snmp, supermicro monitoring, sysadmin
31 Comments
Automate 7 Days to Die Game Server Deployment with Ansible
7 Days to Die is an extremely fun apocalyptic zombie survival crafting game with much less emphasis on the crafting and more on survival. It’s a cross between the good building aspects of Minecraft, with the bleak realism of Rust … Continue reading
Posted in gaming, open source, sysadmin
Tagged 7daystodie, ansible, automation, games, gameservers, linux gaming
1 Comment
Manage Test/Development Linux VMs with qcow2 and Libvirt
I often need to quickly revert virtual machines used for testing to a known good, vanilla state without doing anything by hand. QEMU provides a great set of tools to help. Here’s a simple tool to wrap all of it … Continue reading
Posted in open source, sysadmin
Tagged automation, development, libvirt, linux, open source, sandbox, sysadmin, testing, virtualization
2 Comments
Automate Deployment of the ELK/EFK Stack with Ansible
I recently needed to completely automate deploying a full ELK/EFK stack and clients and didn’t find anything that suited my needs so I wrote the playbooks for this in Ansible. This was my first real foray into automation with Ansible, … Continue reading
Posted in open source, sysadmin
Tagged ansible, automation, devops, elasticsearch, elk, kibana, linux, logging, logstash, sysadmin
24 Comments
Create vsftpd Users the Easy Way
The FTP protocol has been around a long time, some of us remember using it fondly while others might shudder at the very mention of its name. The fact remains it’s not going away, and it does what it’s supposed … Continue reading
Posted in open source, sysadmin
Tagged automation, ftp, linux, open source, sysadmin, vsftpd
Leave a comment
Automating Dell iDRAC Administration with Racadm
Managing more than a handful of Dell servers becomes cumbersome using the iDRAC web interface. This is especially painful with several hundred servers or more. Luckily Dell provides CLI tools you can use with XML templates to automate provisioning and … Continue reading
Create OpenStack Users the Easy Way
When you’ve created more than one OpenStack user via the CLI or Horizon dashboard it gets old really quick. It’s a good idea to automate it or use a tool to do the job for you.
Posted in open source, sysadmin
Tagged automation, cloud, devops, linux, openstack, shell, tool
Leave a comment