Skip to content

Commit

Permalink
Issue #48 fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
  • Loading branch information
georgenalen committed Aug 31, 2021
1 parent f5f3e57 commit 54467fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,6 @@ ubtu18cis_time_synchronization_servers:
- 2.pool.ntp.org
- 3.pool.ntp.org

# Control 2.1.15
# ubtu18cis_mail_server_type is the type of mail server in use
# This control only automates exim4 or postfix, please address other mail servers manually
# The values for this var are 'exim4' or 'postfix'
ubtu18cis_mail_server_type: 'exim4'



# Section 3 Control Variables
# Control 3.3.2
# values for the /etc/hosts.allow file for IP addresses permitted to connect to the host.
Expand Down
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
- ubtu18cis_section5_patch or
ubtu18cis_section6_patch

- name: Gather the package facts
package_facts:
manager: auto
tags:
- always

- name: Include section 1 patches
include: section_1/main.yml
when: ubtu18cis_section1_patch
Expand Down

0 comments on commit 54467fb

Please sign in to comment.