Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel to Main for release 1.0 #342

Merged
merged 203 commits into from
Mar 3, 2021
Merged

Devel to Main for release 1.0 #342

merged 203 commits into from
Mar 3, 2021

Conversation

uk-bolly
Copy link
Member

@uk-bolly uk-bolly commented Mar 3, 2021

Signed-off-by: Mark Bolwell mark.bollyuk@gmail.com

georgenalen and others added 30 commits December 4, 2020 10:33
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Set rhel7stig_using_uuid_fstab to true to mount the /home volume
by its UUID instead of device
Per the latest documentation (https://docs.ansible.com/ansible/latest/user_guide/playbooks_tests.html#version-comparison) the "version_compare" test has been renamed to "version" as of Ansible 2.5.  Update test to current "is" nomenclature, and fix test to "==".
Remove variable from playbook output
…ive directory trees like the tests direcitory in this role.
If you run the rhel7-stig role with --tags sudoers the following tasks will fail:
https://github.com/MindPointGroup/RHEL7-STIG/blob/9139806317745b7996a49e5c29fb6ff88272da79/tasks/fix-cat2.yml#L582-L606
- name: "MEDIUM | RHEL-07-010340 | PATCH | The Red Hat Enterprise Linux operating system must be configured so that users must provide a password for privilege escalation."
  replace:
      path: "{{ item }}"
      regexp: '^([^#].*)NOPASSWD(.*)'
      replace: '\1PASSWD\2'
      validate: '/usr/sbin/visudo -cf %s'
  with_items: "{{ rhel7stig_sudoers_files.stdout_lines }}"
  when:
      - rhel7stig_using_password_auth
      - rhel_07_010340
  tags:
      - RHEL-07-010340
      - sudoers


- name: "MEDIUM | RHEL-07-010350 | PATCH | The Red Hat Enterprise Linux operating system must be configured so that users must re-authenticate for privilege escalation."
  replace:
      path: "{{ item }}"
      regexp: '^([^#].*)!authenticate(.*)'
      replace: '\1authenticate\2'
      validate: '/usr/sbin/visudo -cf %s'
  with_items: "{{ rhel7stig_sudoers_files.stdout_lines }}"
  when: rhel_07_010350
  tags:
      - RHEL-07-010350
      - sudoers


Added missing tag
Signed-off-by: David Federlein <davidf@mindpointgroup.com>
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
uk-bolly and others added 28 commits February 25, 2021 07:07
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Version 0.9.0 of major update
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
updated links and layout
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Readme update
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Release 1.0.0 update badge to devel
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Copy link
Contributor

@georgenalen georgenalen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@georgenalen georgenalen merged commit 70c551a into main Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants