blob: 68fe7471cc6da771549dd129d4de278240ba0d99 [file] [log] [blame]
Andy Bavier321ce912016-07-08 12:42:52 -04001# Deployment configuration for a single-node physical hardware POD
Andy Bavieradea0fd2016-07-06 05:26:26 -04002---
3seedServer:
Andy Bavieradea0fd2016-07-06 05:26:26 -04004
Andy Bavier321ce912016-07-08 12:42:52 -04005 # Put the IP of your target server here
6 ip: '1.2.3.4'
Andy Bavieradea0fd2016-07-06 05:26:26 -04007
Andy Bavier321ce912016-07-08 12:42:52 -04008 # User name and password used by Ansible to connect to the target server for remote
9 # provisioning. You can also run ssh-agent to allow for password-less SSH login.
10 user: 'myuser'
11 password: 'cord_test'
Andy Bavieradea0fd2016-07-06 05:26:26 -040012
Andy Bavier321ce912016-07-08 12:42:52 -040013 # Uncomment if the target server is a CloudLab machine
14 #extraVars:
15 # - 'on_cloudlab=True'