From b242dc91c8f24dbb09f6177abbb6de44b83c319f Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 26 Jul 2021 15:38:40 -0400 Subject: [PATCH] 2-common: Annotate 6 lesser-maintained sections --- roles/2-common/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/2-common/tasks/main.yml b/roles/2-common/tasks/main.yml index e55d12c05..d05bccc11 100644 --- a/roles/2-common/tasks/main.yml +++ b/roles/2-common/tasks/main.yml @@ -6,15 +6,19 @@ - name: Create IIAB directory structure ("file layout") include_tasks: fl.yml +# UNMAINTAINED - include_tasks: centos.yml when: ansible_distribution == "CentOS" +# UNMAINTAINED - include_tasks: fedora.yml when: ansible_distribution == "Fedora" +# UNMAINTAINED - include_tasks: prep.yml when: not is_debuntu +# UNMAINTAINED - include_tasks: xo.yml when: xo_model != "none" or osbuilder is defined @@ -38,11 +42,13 @@ #- { name: 'net.ipv6.conf.default.disable_ipv6', value: '1' } # AUTO-SET #- { name: 'net.ipv6.conf.lo.disable_ipv6', value: '1' } # BY ABOVE +# UNMAINTAINED - name: Install /etc/profile.d/zzz_iiab.sh from template, to add sbin dirs to unprivileged users' $PATH template: dest: /etc/profile.d/zzz_iiab.sh src: zzz_iiab.sh +# UNMAINTAINED - include_tasks: net_mods.yml when: not is_debuntu and not is_F18