Skip to content

koceg/ansibleAWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AWS Ansible Docker Image

Idea is everyone to have some common ground for debugging and running AWS ansible playbooks.

This Image also contains openshift/OKD 4.x openshift-install cli program , to aid in infrastructure preparation and later openshift/OKD cluster deployment.

You can find more information at the related project aws.openshift.okd

Prerequisite

  • docker-ce version 19.03.8 or newer installed
  • change OKD_VERSION to point to the desired openshift/OKD openshift-install version to be used origin-release

Image Build:

cd ansibleAWS
docker build .
docker tag ( ansible_image_hash ) ansible:aws

Container Start:

cd ( playbooks_dir )
docker run -it -v $PWD:/playbooks --rm ansible:aws bash

Running Playbooks:

ansible-playbook -i ( path to inventoryFile ) /playbooks/example_playbook.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published