updated company naming

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-01-06 08:43:45 +00:00
parent 1e286afdd8
commit 909fdd414c
No known key found for this signature in database
GPG Key ID: 997FF7FE93AEB5B9
12 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline # Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC YOUR CHANGED WILL BE LOST! # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown YOUR CHANGED WILL BE LOST!
# This template will set all of the auditd configurations via a handler in the role in one task instead of individually # This template will set all of the auditd configurations via a handler in the role in one task instead of individually

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline # Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
{% for pool in ubtu24cis_time_pool %} {% for pool in ubtu24cis_time_pool %}
pool {{ pool.name }} {{ pool.options }} pool {{ pool.name }} {{ pool.options }}

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline # Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
{% for server in ubtu24cis_time_servers %} {% for server in ubtu24cis_time_servers %}
server {{ server.name }} {{ server.options }} server {{ server.name }} {{ server.options }}

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of CIS # Added as part of CIS
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
# Lock desktop media-handling automount setting # Lock desktop media-handling automount setting
/org/gnome/desktop/media-handling/automount /org/gnome/desktop/media-handling/automount

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of CIS # Added as part of CIS
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
# Lock desktop media-handling settings # Lock desktop media-handling settings
/org/gnome/desktop/media-handling/autorun-never /org/gnome/desktop/media-handling/autorun-never

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of CIS # Added as part of CIS
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
[org/gnome/desktop/media-handling] [org/gnome/desktop/media-handling]
automount=false automount=false

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of CIS # Added as part of CIS
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
[org/gnome/desktop/media-handling] [org/gnome/desktop/media-handling]
autorun-never=true autorun-never=true

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of CIS # Added as part of CIS
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
# Specify the dconf path # Specify the dconf path

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of CIS # Added as part of CIS
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
# Lock desktop screensaver idle-delay setting # Lock desktop screensaver idle-delay setting
/org/gnome/desktop/session/idle-delay /org/gnome/desktop/session/idle-delay

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline # Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
cat <<EOF cat <<EOF
set superusers="{{ ubtu24cis_grub_user }}" set superusers="{{ ubtu24cis_grub_user }}"

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline # Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
# Disable IPv6 # Disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.all.disable_ipv6 = 1

View File

@ -1,6 +1,6 @@
## Ansible controlled file ## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline # Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC # provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
[Time] [Time]
NTP={% for pool in ubtu24cis_time_pool %}{{ pool.name }} {% endfor %} NTP={% for pool in ubtu24cis_time_pool %}{{ pool.name }} {% endfor %}