Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Ansible playbook to enable FIPS and install Satellite 6.4 #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2018

  1. Adding role to enable FIPS

    Chris Brown committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    3d8aa3e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Added redhat-subscriptions, manage_repositories, update-and-install role

    *) redhat-subscriptions role deals with registration and
       subscribing content
    *) manage-repositories role deals with enabling and disabling
       of repositories.
    *) update-os-packages role deals with updating all the installed
       packages.
    *) install-satellite6 role deals with installing the sat6 packages.
    
    The idea os separating out update-os-packages and install-satellite6
    was to make use of update-os-packages elsewhere too, like in other
    playbooks like upgrade.
    
    Signed-off-by: Kedar Bidarkar <[email protected]>
    kbidarkar authored and Chris Brown committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    b6ee444 View commit details
    Browse the repository at this point in the history
  2. Created Ansible role to run FIPS workaround script

    Chris Brown committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    182360b View commit details
    Browse the repository at this point in the history