Skip to content

Install RedHat Container Development Kit using ansible playbook

License

Notifications You must be signed in to change notification settings

gsr-shanks/cdk-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdk-install

Install Red Hat Container Development Kit using ansible playbook

Pre-requisite: ansible >= 2.0 ( Available at ftp://195.220.108.108/linux/epel/testing/7/x86_64/a/ansible-2.0.1.0-2.el7.noarch.rpm or pip )

Things to do before you run this playbook:

  1. Ensure that you have ssh key based authentication setup to the host.
  2. Update cdk-install/ansible_inventory.txt and list your hostname to install CDK under [cdk] group.
  3. If your host is RedHat, then update cdk-install/group_vars/all and provide
    • rhn_method
    • rhn_username
    • rhn_password
    • rhn_org
    • rhn_activationkey
    • cdk_location
  4. If required, set 'rhn_server_hostname' in cdk-install/group_vars/all as appropriate.
  5. Change directory to cdk-install/scripts and execute "./install-cdk.sh"

About

Install RedHat Container Development Kit using ansible playbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages