Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.37 KB

README.adoc

File metadata and controls

63 lines (39 loc) · 2.37 KB

Welcome to the CloudForms Essentials Project

This project was designed to augment Red Hat ® CloudForms installations.

Current supported version: cf4.5

Installation

CloudForms Essentials can be installed via an Ansible Playbook!

Important
CloudForms must be running with a database region configured
  • Log into your CloudForms appliance and make sure you are in roots home directory

  • Download the installation playbook

    curl -O https://raw.githubusercontent.com/ramrexx/CloudForms_Essentials/master/cloudforms_essentials_install.yml
  • Execute the installation playbook

    ansible-playbook cloudforms_essentials_install.yml -v

Offline Installation

CloudForms Essentials can be installed in offline mode via an Ansible Playbook

Important
CloudForms must be running with a database region configured
  • Log into your CloudForms appliance and make sure you are in roots home directory

  • Execute the installation playbook in offline mode

    ansible-playbook cloudforms_essentials_install.yml -v -e "offline=true"