-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Create VM for Jenkins #544
Conversation
create-jenkins-server.yml
Outdated
# 9. Configure League of Robots for a specific cluster. E.g.: | ||
# $> lor-config nibbler | ||
# 10. Execute playbook to create VMs. E.g.: | ||
# $> ansible-playbook -i static_inventories/nibbler_hosts.ini deploy-os_servers.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# $> ansible-playbook -i static_inventories/nibbler_hosts.ini deploy-os_servers.yml | |
# $> ansible-playbook create-jenkins-server.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: with new inventory plugin you no longer need to specify the inventory on the command line.
group_vars/jenkins_server/vars.yml
Outdated
public_ip_addresses: | ||
# jenkins: 'xxx' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public_ip_addresses: | |
# jenkins: 'xxx' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not required here; can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small inline comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See small inline comments.
No description provided.