We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added this to my roles.yaml, but it doesn't seem to be working. What is the correct way to do this?
--- roles: pe-puppet-master: private_networks: - {ip: '0.0.0.0', auto_network: true} provider: type: virtualbox customize: - [modifyvm, !ruby/sym id, '--memory', 4096] provisioners: - {type: shell, inline: 'cd /etc/yum.repos.d; wget -nc http://public-yum.oracle.com/public-yum-ol6.repo'} - {type: hosts} - {type: pe_bootstrap, role: !ruby/sym master} - {type: shell, path: 'scripts/bootstrap.sh'} - {type: puppet, manifest_file: 'vagrant.pp'} ssh: private_key_path: "~/.ssh/mykey_rsa" forward_agent: true
The text was updated successfully, but these errors were encountered:
You use vagrant ssh master (or whatever VM you want to SSH to)
vagrant ssh master
Sorry, something went wrong.
I got it working by using the same syntax as above, in vms.yaml instead of roles.yaml.
No branches or pull requests
I added this to my roles.yaml, but it doesn't seem to be working. What is the correct way to do this?
The text was updated successfully, but these errors were encountered: