From 8c8080b20fe4c4c2e6fca23f48051a4e25257e2c Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sun, 14 Apr 2024 13:23:24 +0200 Subject: InComm: Roles to Handlers: Debian done --- patch.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 patch.yaml (limited to 'patch.yaml') diff --git a/patch.yaml b/patch.yaml new file mode 100644 index 0000000..5fa350f --- /dev/null +++ b/patch.yaml @@ -0,0 +1,15 @@ +--- +# You may want to change the default to your favourite host (group) you run this on the most. +- hosts: "{{ rthosts | default('CHANGE_ME') }}" + order: inventory + gather_facts: false + # default: all in first step, but that shit requires (int) + serial: 666 + tasks: + - name: Gather necessary facts + setup: + filter: "ansible_distribution*" + - name: Debian Patches + ansible.builtin.import_role: + name: "patch_debian" + when: ansible_distribution_file_variety == "Debian" -- cgit v1.2.3