GithubHelp home page GithubHelp logo

satellite-automation's Introduction

Red Hat Satellite Automation

License: GPLv3

Ansible collection of playbooks and roles for Red Hat Satellite automation.

Contents

Depending on the environment and requirements separate playbooks and/or vars files, group vars, variables defined in an inventory, or some other approach might be appropriate for providing Satellite configuration. These examples aim to provide a basic starting point for typical installations.

These playbooks have been tested most recently using Ansible 2.12 to install Satellite 6.12 on RHEL 8.7.

Quick Usage Example

To install this collection from GitHub:

ansible-galaxy collection install git+https://github.com/myllynen/satellite-automation,master

Note that the playbooks to install Satellite and Capsules expect basics such as VMs, networking, DNS, timesync, repositories, and SELinux being configured in advance according to recommendations and requirements. Use rhel-system-roles and rhel-ansible-roles to apply such basic configurations as needed.

To install Red Hat Satellite, upload and refresh manifest, configure Satellite, and install Satellite Capsules:

# Edit inventory and settings to suite local environment
vi inventory vars_satellite.yml vault_satellite.yml
# Install Red Hat Satellite
ansible-playbook -i inventory -e @vars_aap.yml -e @vault_aap.yml \
  myllynen.satellite_automation.satellite_install.yml
# Upload and refresh manifest
ansible-playbook -i inventory -e @vars_aap.yml -e @vault_aap.yml \
  myllynen.satellite_automation.satellite_manifest.yml
# Configure Satellite
ansible-playbook -i inventory -e @vars_aap.yml -e @vault_aap.yml \
  myllynen.satellite_automation.satellite_configure.yml
# Sync repositories
ansible-playbook -i inventory -e @vars_aap.yml -e @vault_aap.yml \
  myllynen.satellite_automation.satellite_sync_repos.yml
# Install Satellite Capsules
ansible-playbook -i inventory -e @vars_aap.yml -e @vault_aap.yml \
  myllynen.satellite_automation.capsule_install.yml

See Also

See also https://access.redhat.com/documentation/en-us/red_hat_satellite.

See also https://console.redhat.com/ansible/automation-hub/repo/published/redhat/satellite.

See also https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhel_system_roles.

See also https://github.com/myllynen/rhel-ansible-roles.

License

GPLv3+

satellite-automation's People

Contributors

myllynen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.