1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

2-common: Annotate 6 lesser-maintained sections

This commit is contained in:
A Holt 2021-07-26 15:38:40 -04:00 committed by GitHub
parent 0355673484
commit b242dc91c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,19 @@
- name: Create IIAB directory structure ("file layout") - name: Create IIAB directory structure ("file layout")
include_tasks: fl.yml include_tasks: fl.yml
# UNMAINTAINED
- include_tasks: centos.yml - include_tasks: centos.yml
when: ansible_distribution == "CentOS" when: ansible_distribution == "CentOS"
# UNMAINTAINED
- include_tasks: fedora.yml - include_tasks: fedora.yml
when: ansible_distribution == "Fedora" when: ansible_distribution == "Fedora"
# UNMAINTAINED
- include_tasks: prep.yml - include_tasks: prep.yml
when: not is_debuntu when: not is_debuntu
# UNMAINTAINED
- include_tasks: xo.yml - include_tasks: xo.yml
when: xo_model != "none" or osbuilder is defined 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.default.disable_ipv6', value: '1' } # AUTO-SET
#- { name: 'net.ipv6.conf.lo.disable_ipv6', value: '1' } # BY ABOVE #- { 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 - name: Install /etc/profile.d/zzz_iiab.sh from template, to add sbin dirs to unprivileged users' $PATH
template: template:
dest: /etc/profile.d/zzz_iiab.sh dest: /etc/profile.d/zzz_iiab.sh
src: zzz_iiab.sh src: zzz_iiab.sh
# UNMAINTAINED
- include_tasks: net_mods.yml - include_tasks: net_mods.yml
when: not is_debuntu and not is_F18 when: not is_debuntu and not is_F18