Skip to content

CSCfi/pouta-ansible-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pouta-ansible-demo

Simple Ansible demo to deploy a machine to Pouta

To use this demo you will need:

Example: running the demo using python virtual inside the project folder

python3 -m venv venv
source venv/bin/activate
pip install ansible
pip install python-openstackclient
pip install shade

Configuration:

You will need to get some information from your pouta account in order to run this demo. See the comments in demo.yml.

To launch the demo:

ansible-playbook demo.yml --extra-vars "demo_key=ansible_vm_key  demo_sg=demo-sg-ansible net_name=project_2001316 vm_name=pouta-demo path_to_key='/home/<host-username>/.ssh/your_publi_key.pub'"

Finally testing it in a browser or curl

http://[floating_ip address]/

About

Simple Ansible demo to deploy a machine to Pouta

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages