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
# 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

View File

@ -1,6 +1,6 @@
## Ansible controlled file
# 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 %}
pool {{ pool.name }} {{ pool.options }}

View File

@ -1,6 +1,6 @@
## Ansible controlled file
# 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 %}
server {{ server.name }} {{ server.options }}

View File

@ -1,6 +1,6 @@
## Ansible controlled file
# 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
/org/gnome/desktop/media-handling/automount

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
## Ansible controlled file
# 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
/org/gnome/desktop/session/idle-delay

View File

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

View File

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

View File

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