A real Tech Debt story
cat me.yaml
1: You already missed our automation games talk - check the recording :P

Photo by Spencer Davis on Unsplash
All your technical debt is actually political debt
“Politics is the set of activities that are associated with making decisions in groups”
We’re using Nagios, deployed via a monolithic Ansible role

Photo by Spencer Davis on Unsplash
We’re using Nagios, deployed via a monolithic Ansible role
- name: Copy /etc/nagios/services (RDU3 specific files)
ansible.builtin.copy: src=nagios/services/rdu3_internal/{{ item }}
dest=/etc/nagios/services/{{ item }}
with_items:
- certgetter.cfg
- db_backups.cfg
- disk.cfg
- fedora_messaging.cfg
- file_age.cfg
- koji.cfg
- locking.cfg
- mailman.cfg
- nrpe.cfg
- pgsql.cfgTech debt #1 - Maintenance Debt

Photo by Vitalijs Barilo on Unsplash
Tech debt #2 - Architectural Debt
base or httpd it works
Photo by Shane Rounce on Unsplash
- name: Import Anubis template file
community.zabbix.zabbix_template:
template_yaml: "{{ lookup('file', 'zabbix/template-anubis.yml') }}"
state: present
- name: Add self to Anubis in Zabbix
community.zabbix.zabbix_host:
host_name: "{{ inventory_hostname }}"
link_templates: Anubis Monitoring
force: false - name: Import Anubis template file
community.zabbix.zabbix_template:
template_yaml: "{{ lookup('file', 'zabbix/template-anubis.yml') }}"
state: present
- name: Ensure Anubis hostgroup is present
community.zabbix.zabbix_group:
host_groups:
- Anubis servers
state: present
- name: Add self to Anubis in Zabbix
community.zabbix.zabbix_host:
host_name: "{{ inventory_hostname }}"
host_groups: Anubis servers
link_templates: Anubis Monitoring
force: false
Photo by Danylo Sorokin on Unsplash
Tech debt #3 - Delegation Debt

Photo by Johan Extra on Unsplash
Tech debt #4 - Time Debt (or pressure)
The people side of tech debt work - practicalities for helping the people around you to get on board when “the current thing still works, doesn’t it?”
All your technical debt is actually political debt
There are multiple types of debt
Fixing these will take resources
and will be hard to show value for

Photo by Tommy Tsao on Unsplash

Photo by krakenimages on Unsplash
Your best tech debt tool is not your coding skills …
… it’s your communication skills.

Photo by Nathan Cima on Unsplash
Thanks!
@gwmngilfen:fedora.im