Clean up whitespace and formatting in main.yml for improved readability

This commit is contained in:
2026-03-27 15:12:08 +01:00
parent b201a21105
commit c94baae7ff

View File

@@ -1,5 +1,4 @@
---
- import_tasks: show.yml
tags:
- show
@@ -13,7 +12,6 @@
tags:
- basic
# tags supported inside apt.yml
#
# apt-update
@@ -34,7 +32,6 @@
- ansible_facts['distribution'] == "Debian"
tags: apt
# tags supported inside apt-gateway.yml:
#
#
@@ -44,7 +41,6 @@
- apt
- apt-gateway-server
#
# yum-update
# yum-base-install
@@ -55,7 +51,6 @@
- ansible_facts.distribution == "CentOS" or ansible_facts.distribution == "Fedora"
tags: yum
# tags supportetd inside caching-nameserver.yml
#
# apt-caching-nameserver
@@ -65,7 +60,6 @@
when: groups['caching_nameserver']|string is search(inventory_hostname)
tags: caching-nameserver
# tags supported inside systemd-resolved.yml
#
# systemd-resolved
@@ -77,8 +71,6 @@
- ansible_facts['distribution_major_version'] > "11"
- systemd_resolved is defined and systemd_resolved|bool
- import_tasks: tor.yml
when:
- inventory_hostname in groups['mail_server']
@@ -103,7 +95,6 @@
- vim-config
- zsh-config
# tags supported inside users.yml:
#
# users-exists
@@ -118,7 +109,6 @@
tags:
- users
# tags supported inside users-systemfiles.yml:
#
# bash
@@ -129,7 +119,6 @@
- users
- users-systemfiles
# tags supported inside webadmin-user.yml:
#
# users-exists
@@ -145,14 +134,12 @@
- users-systemfiles
- webadmin
# tags supported inside sshd.yml
#
# sshd-config
- import_tasks: sshd.yml
tags: sshd
# tags supported inside sudoers.yml:
#
# sudoers-remove
@@ -161,11 +148,9 @@
- import_tasks: sudoers.yml
tags: sudoers
- import_tasks: motd.yml
tags: motd
# tags supported inside ntp.yml:
#
# ntp-server
@@ -175,7 +160,6 @@
when:
- "'lxc_guest' not in group_names"
# tags supportetd inside git.yml
#
# git-firewall-repository
@@ -198,7 +182,6 @@
- import_tasks: git.yml
tags: git
# tags supported inside nfs.yml:
#
# nfs-server
@@ -207,7 +190,6 @@
tags:
- nfs
# tags supported inside x2go-server.yml:
#
# x2go-server
@@ -216,7 +198,6 @@
tags:
- x2go
# tags supported inside copy_files.yml:
#
# copy-files
@@ -233,7 +214,6 @@
tags:
- symlink-files
# tags supported inside config_files_mailsystem_scripts.yml:
#
- import_tasks: config_files_mailsystem_scripts.yml
@@ -299,10 +279,8 @@
tags:
- services
- import_tasks: systemd-services_redhat_based_OS.yml
when:
- ansible_facts.os_family == "RedHat"
tags:
- services