Skip to content

epcjr/ansible-perfsonar-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playbook for perfSONAR deployment and config

Quick Start:

Clone this repository:

git clone [email protected]:epcjr/ansible-perfsonar-deploy.git
cd ansible-perfsonar-deploy

Get the required roles (note that we ignore errors so we can run this multiple times):

ansible-galaxy install -r  requirements.yml --ignore-errors

Set up your invintory:

vi invintory/hosts

Set up perfSONAR variables:

vi inventory/group_vars/all/perfsonar.yml

Set up connection variables (might need to handle vault secrets):

vi inventory/group_vars/all/login.yml

Run the playbook:

ansible-playbook --ask-vault-pass perfsonar.yml

About

A sample playbook for a perfSONAR deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published