SatelliteQE / ansible-satellite6

Ansible playbooks for Satellite 6 systems' management
GNU General Public License v3.0
4 stars 10 forks source link

Added redhat-subscriptions, manage_repositories and update-and-instal… #16

Closed kbidarkar closed 6 years ago

kbidarkar commented 6 years ago

…l role

Signed-off-by: Kedar Bidarkar kbidarka@redhat.com

kbidarkar commented 6 years ago

Below is the output after execution:

 kbid  (e) ansible3  ~  git_world  ansible-satellite6  ansible-playbook playbooks/install/satellite_63.yml

PLAY [sat63] ******************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/remove_home_partition.yml for sat63-rhel7

TASK [partition-disk : Unmount /home partition] *******************************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [partition-disk : Remove /home entry from /etc/fstab] ********************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [partition-disk : Remove /home Logical Volume] ***************************************************************************************************************************************************************

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/extend_root_partition.yml for sat63-rhel7

TASK [partition-disk : Extend root partition LV to all available VG space] ****************************************************************************************************************************************
ok: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '1830.38', 'vg': 'rhel_intel-wildcatpass-01'}})

TASK [partition-disk : Resize the root filesystem] ****************************************************************************************************************************************************************
ok: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '1830.38', 'vg': 'rhel_intel-wildcatpass-01'}})

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/redhat-subscriptions/tasks/username_and_password.yml for sat63-rhel7

TASK [redhat-subscriptions : Register and Subscribe RHEL Instance to RHN.] ****************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/disable_repositories.yml for sat63-rhel7

TASK [manage-repositories : Install Yum Utils] ********************************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [manage-repositories : Disable all RHSM repositories] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : Disable all Beaker Repos] *************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/enable_repositories.yml for sat63-rhel7

TASK [manage-repositories : Enable all the required repositories for Satellite6 Installation.] ********************************************************************************************************************
changed: [sat63-rhel7] => (item=rhel-7-server-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-optional-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-extras-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-satellite-maintenance-6-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-ansible-2-rpms)
changed: [sat63-rhel7] => (item=rhel-server-rhscl-7-rpms)

TASK [manage-repositories : Enable Satellite6 repository.] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : Add Satellite 6 repository] ***********************************************************************************************************************************************************

TASK [update-and-install : Update all packages before installing Satellite6] **************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [update-and-install : Install the latest version of Satellite6] **********************************************************************************************************************************************
changed: [sat63-rhel7]

PLAY RECAP ********************************************************************************************************************************************************************************************************
sat63-rhel7                : ok=18   changed=6    unreachable=0    failed=0   
kbidarkar commented 6 years ago

Below is the output after installation via satellite_distribution:cdn. All packages installed successfully.

[root@sat63-rhel7 ~]# rpm -qav | grep -i satellite
satellite-common-6.3.2-1.el7sat.noarch
satellite-cli-6.3.2-1.el7sat.noarch
satellite-installer-6.3.0.12-1.el7sat.noarch
satellite-6.3.2-1.el7sat.noarch
tfm-rubygem-foreman_theme_satellite-1.0.4.19-1.el7sat.noarch
kbidarkar commented 6 years ago

Install Sat6.4 from internal_ak.

 kbidarka  (e) ansible3  ~  git_world  ansible-satellite6  ansible-playbook playbooks/install/satellite_64.yml 

PLAY [sat64] ******************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/remove_home_partition.yml for sat64-rhel7

TASK [partition-disk : Unmount /home partition] *******************************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [partition-disk : Remove /home entry from /etc/fstab] ********************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [partition-disk : Remove /home Logical Volume] ***************************************************************************************************************************************************************

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/extend_root_partition.yml for sat64-rhel7

TASK [partition-disk : Extend root partition LV to all available VG space] ****************************************************************************************************************************************
ok: [sat64-rhel7] => (item={'key': 'root', 'value': {'size_g': '128.00', 'vg': 'rhel_mgmt5'}})

TASK [partition-disk : Resize the root filesystem] ****************************************************************************************************************************************************************
ok: [sat64-rhel7] => (item={'key': 'root', 'value': {'size_g': '128.00', 'vg': 'rhel_mgmt5'}})

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/redhat-subscriptions/tasks/activation_key.yml for sat64-rhel7

TASK [redhat-subscriptions : Install katello-ca-consumer-latest] **************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [redhat-subscriptions : Register with activationkey and consume subscriptions from Dogfood Server.] **********************************************************************************************************
ok: [sat64-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/disable_repositories.yml for sat64-rhel7

TASK [manage-repositories : Install Yum Utils] ********************************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [manage-repositories : Disable all RHSM repositories] ********************************************************************************************************************************************************

TASK [manage-repositories : Disable all Beaker Repos] *************************************************************************************************************************************************************
changed: [sat64-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************

TASK [update-os-packages : Update all installed packages before installing Satellite6] ****************************************************************************************************************************
changed: [sat64-rhel7]

TASK [install-satellite6 : Install the latest version of Satellite6] **********************************************************************************************************************************************
changed: [sat64-rhel7]

RUNNING HANDLER [update-os-packages : yum-clean-all] **************************************************************************************************************************************************************
changed: [sat64-rhel7]

PLAY RECAP ********************************************************************************************************************************************************************************************************
sat64-rhel7                : ok=16   changed=4    unreachable=0    failed=0  
kbidarkar commented 6 years ago

Install Satellite 6.3 from CDN:

 kbid  (e) ansible3  ~  git_world  ansible-satellite6  ansible-playbook playbooks/install/satellite_63.yml

PLAY [sat63] ******************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/remove_home_partition.yml for sat63-rhel7

TASK [partition-disk : Unmount /home partition] *******************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [partition-disk : Remove /home entry from /etc/fstab] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [partition-disk : Remove /home Logical Volume] ***************************************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'home', 'value': {'size_g': '80.85', 'vg': 'rhel_qe-blade-04'}})

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/extend_root_partition.yml for sat63-rhel7

TASK [partition-disk : Extend root partition LV to all available VG space] ****************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '50.00', 'vg': 'rhel_qe-blade-04'}})

TASK [partition-disk : Resize the root filesystem] ****************************************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '50.00', 'vg': 'rhel_qe-blade-04'}})

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/redhat-subscriptions/tasks/username_and_password.yml for sat63-rhel7

TASK [redhat-subscriptions : Register and Subscribe RHEL Instance to RHN.] ****************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/disable_repositories.yml for sat63-rhel7

TASK [manage-repositories : Install Yum Utils] ********************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : Disable all RHSM repositories] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : Disable all Beaker Repos] *************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/enable_repositories.yml for sat63-rhel7

TASK [manage-repositories : Enable all the required repositories for Satellite6 Installation.] ********************************************************************************************************************
changed: [sat63-rhel7] => (item=rhel-7-server-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-optional-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-extras-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-satellite-maintenance-6-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-ansible-2-rpms)
changed: [sat63-rhel7] => (item=rhel-server-rhscl-7-rpms)

TASK [manage-repositories : Enable Satellite6 repository.] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : Add Satellite 6 repository] ***********************************************************************************************************************************************************

TASK [update-os-packages : yum clean all] *************************************************************************************************************************************************************************
 [WARNING]: Consider using the yum module rather than running yum.  If you need to use command because yum is insufficient you can add warn=False to this command task or set command_warnings=False in
ansible.cfg to get rid of this message.

changed: [sat63-rhel7]

TASK [update-os-packages : Update all installed packages before installing Satellite6] ****************************************************************************************************************************
changed: [sat63-rhel7]

TASK [install-satellite6 : Install the latest version of Satellite6] **********************************************************************************************************************************************
changed: [sat63-rhel7]

PLAY RECAP ********************************************************************************************************************************************************************************************************
sat63-rhel7                : ok=20   changed=14   unreachable=0    failed=0   
kbidarkar commented 6 years ago

Install 6.4 from internal_repo:

kbid  (e) ansible3  ~  git_world  ansible-satellite6  ansible-playbook playbooks/install/satellite_64.yml

PLAY [sat64] ******************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/remove_home_partition.yml for sat64-rhel7

TASK [partition-disk : Unmount /home partition] *******************************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [partition-disk : Remove /home entry from /etc/fstab] ********************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [partition-disk : Remove /home Logical Volume] ***************************************************************************************************************************************************************

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/extend_root_partition.yml for sat64-rhel7

TASK [partition-disk : Extend root partition LV to all available VG space] ****************************************************************************************************************************************
ok: [sat64-rhel7] => (item={'key': 'root', 'value': {'size_g': '451.91', 'vg': 'rhel_ibm-x3550m3-07'}})

TASK [partition-disk : Resize the root filesystem] ****************************************************************************************************************************************************************
ok: [sat64-rhel7] => (item={'key': 'root', 'value': {'size_g': '451.91', 'vg': 'rhel_ibm-x3550m3-07'}})

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/redhat-subscriptions/tasks/username_and_password.yml for sat64-rhel7

TASK [redhat-subscriptions : Register and Subscribe RHEL Instance to RHN.] ****************************************************************************************************************************************
changed: [sat64-rhel7]

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/disable_repositories.yml for sat64-rhel7

TASK [manage-repositories : Install Yum Utils] ********************************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [manage-repositories : Disable all RHSM repositories] ********************************************************************************************************************************************************
changed: [sat64-rhel7]

TASK [manage-repositories : Disable all Beaker Repos] *************************************************************************************************************************************************************
changed: [sat64-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/enable_repositories.yml for sat64-rhel7

TASK [manage-repositories : Enable all the required repositories for Satellite6 Installation via CDN.] ************************************************************************************************************
changed: [sat64-rhel7] => (item=rhel-7-server-rpms)
changed: [sat64-rhel7] => (item=rhel-7-server-optional-rpms)
changed: [sat64-rhel7] => (item=rhel-7-server-extras-rpms)
changed: [sat64-rhel7] => (item=rhel-7-server-ansible-2-rpms)
changed: [sat64-rhel7] => (item=rhel-server-rhscl-7-rpms)

TASK [manage-repositories : Enable Satellite-Maintenance repository via CDN.] *************************************************************************************************************************************

TASK [manage-repositories : Enable Satellite6 repository via CDN.] ************************************************************************************************************************************************

TASK [manage-repositories : Add Internal Satellite-Maintenance repository.] ***************************************************************************************************************************************
changed: [sat64-rhel7]

TASK [manage-repositories : Add Internal Satellite 6 repository.] *************************************************************************************************************************************************
ok: [sat64-rhel7]

TASK [update-os-packages : yum clean all] *************************************************************************************************************************************************************************
 [WARNING]: Consider using the yum module rather than running yum.  If you need to use command because yum is insufficient you can add warn=False to this command task or set command_warnings=False in
ansible.cfg to get rid of this message.

changed: [sat64-rhel7]

TASK [update-os-packages : Update all installed packages before installing Satellite6] ****************************************************************************************************************************
changed: [sat64-rhel7]

TASK [install-satellite6 : Install the latest version of Satellite6] **********************************************************************************************************************************************
changed: [sat64-rhel7]

PLAY RECAP ********************************************************************************************************************************************************************************************************
sat64-rhel7                : ok=20   changed=8    unreachable=0    failed=0  
kbidarkar commented 6 years ago

Install Sat6.3 from internal_ak:

 kbid  (e) ansible3  ~  git_world  ansible-satellite6  ansible-playbook playbooks/install/satellite_63.yml 

PLAY [sat63] ******************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/remove_home_partition.yml for sat63-rhel7

TASK [partition-disk : Unmount /home partition] *******************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [partition-disk : Remove /home entry from /etc/fstab] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [partition-disk : Remove /home Logical Volume] ***************************************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'home', 'value': {'size_g': '1780.38', 'vg': 'rhel_intel-wildcatpass-01'}})

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/extend_root_partition.yml for sat63-rhel7

TASK [partition-disk : Extend root partition LV to all available VG space] ****************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '50.00', 'vg': 'rhel_intel-wildcatpass-01'}})

TASK [partition-disk : Resize the root filesystem] ****************************************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '50.00', 'vg': 'rhel_intel-wildcatpass-01'}})

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************

TASK [redhat-subscriptions : include_tasks] ***********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/redhat-subscriptions/tasks/activation_key.yml for sat63-rhel7

TASK [redhat-subscriptions : Install katello-ca-consumer-latest] **************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [redhat-subscriptions : Register with activationkey and consume subscriptions from Dogfood Server.] **********************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/manage-repositories/tasks/disable_repositories.yml for sat63-rhel7

TASK [manage-repositories : Install Yum Utils] ********************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : Disable all RHSM repositories] ********************************************************************************************************************************************************

TASK [manage-repositories : Disable all Beaker Repos] *************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [manage-repositories : include_tasks] ************************************************************************************************************************************************************************

TASK [update-os-packages : yum clean all] *************************************************************************************************************************************************************************
 [WARNING]: Consider using the yum module rather than running yum.  If you need to use command because yum is insufficient you can add warn=False to this command task or set command_warnings=False in
ansible.cfg to get rid of this message.

changed: [sat63-rhel7]

TASK [update-os-packages : Update all installed packages before installing Satellite6] ****************************************************************************************************************************
changed: [sat63-rhel7]

TASK [install-satellite6 : Install the latest version of Satellite6] **********************************************************************************************************************************************
changed: [sat63-rhel7]

PLAY RECAP ********************************************************************************************************************************************************************************************************
sat63-rhel7                : ok=17   changed=12   unreachable=0    failed=0  
kbidarkar commented 6 years ago

Install Sat6.3 from internal_repo:

 kbidarka  (e) ansible3  ~  git_world  ansible-satellite6  ansible-playbook playbooks/install/satellite_63.yml 

PLAY [sat63] ******************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [sat63-rhel7]

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/remove_home_partition.yml for sat63-rhel7

TASK [partition-disk : Unmount /home partition] *******************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [partition-disk : Remove /home entry from /etc/fstab] ********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [partition-disk : Remove /home Logical Volume] ***************************************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'home', 'value': {'size_g': '406.88', 'vg': 'rhel_cloud-qe-22'}})

TASK [partition-disk : include_tasks] *****************************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/partition-disk/tasks/extend_root_partition.yml for sat63-rhel7

TASK [partition-disk : Extend root partition LV to all available VG space] ****************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '50.00', 'vg': 'rhel_cloud-qe-22'}})

TASK [partition-disk : Resize the root filesystem] ****************************************************************************************************************************************************************
changed: [sat63-rhel7] => (item={'key': 'root', 'value': {'size_g': '50.00', 'vg': 'rhel_cloud-qe-22'}})

TASK [redhat_subscriptions : include_tasks] ***********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/redhat_subscriptions/tasks/username_and_password.yml for sat63-rhel7

TASK [redhat_subscriptions : Register and Subscribe RHEL Instance to RHN.] ****************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [redhat_subscriptions : include_tasks] ***********************************************************************************************************************************************************************

TASK [satellite6_repositories : include_tasks] ********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/satellite6_repositories/tasks/disable_repositories.yml for sat63-rhel7

TASK [satellite6_repositories : Install yum-utils] ****************************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [satellite6_repositories : Disable all RHSM repositories] ****************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [satellite6_repositories : Disable all Beaker Repos] *********************************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [satellite6_repositories : include_tasks] ********************************************************************************************************************************************************************
included: /home/kbidarka/git_world/ansible-satellite6/roles/satellite6_repositories/tasks/enable_repositories.yml for sat63-rhel7

TASK [satellite6_repositories : Enable all the required repositories for Satellite6 Installation via CDN.] ********************************************************************************************************
changed: [sat63-rhel7] => (item=rhel-7-server-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-optional-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-extras-rpms)
changed: [sat63-rhel7] => (item=rhel-7-server-ansible-2-rpms)
changed: [sat63-rhel7] => (item=rhel-server-rhscl-7-rpms)

TASK [satellite6_repositories : Enable Satellite-Maintenance repository via CDN.] *********************************************************************************************************************************

TASK [satellite6_repositories : Enable Satellite6 repository via CDN.] ********************************************************************************************************************************************

TASK [satellite6_repositories : Add Internal Satellite-Maintenance repository.] ***********************************************************************************************************************************
changed: [sat63-rhel7]

TASK [satellite6_repositories : Add Internal Satellite 6 repository.] *********************************************************************************************************************************************
changed: [sat63-rhel7]

TASK [update_os_packages : yum clean all] *************************************************************************************************************************************************************************
 [WARNING]: Consider using the yum module rather than running yum.  If you need to use command because yum is insufficient you can add warn=False to this command task or set command_warnings=False in
ansible.cfg to get rid of this message.

changed: [sat63-rhel7]

TASK [update_os_packages : Update all installed packages before installing Satellite6] ****************************************************************************************************************************
changed: [sat63-rhel7]

TASK [install_satellite6 : Install the latest version of Satellite6] **********************************************************************************************************************************************
changed: [sat63-rhel7]

PLAY RECAP ********************************************************************************************************************************************************************************************************
sat63-rhel7                : ok=21   changed=15   unreachable=0    failed=0