Skip to content

ScaleComputing/docker-ansible-control-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ansible-control-node

A docker container for running ansible and the HypercoreAnsibleCollection.

Setup

Install Docker Desktop.

Setup local environment variables to set username, password, and host (target node in a Hypercore cluster).

export SC_USERNAME=admin export SC_PASSWORD=<PASSWORD> export SC_HOST=https://scalecluster.example.com 

Run build.sh to build the container.

./build.sh 

Start the container, and drop into the shell:

./run.sh 

Run and example ansible playbook!

ansible-playbook examples/iso_info.yml 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published