Ubuntu 14.04 base image with ansible installed for provisioning
1.2K
#Rancher server and agent configuration using Ansible
This repository contains Ansible playbooks for configuring Rancher Servers and Rancher Agents.
To run these playbooks you need to have ansible installed: Ansible 1.9
Playbooks are configured by passing in extra variables. You need to pass in the environment variables in the --extra-vars option when running ansible-playbook. See the provisionServer.sh, provisionAgent.sh and bootstrapProvisioner.sh scripts for examples.
For the server playbook you need to set the --extra-vars:
There is a development environment setup using Vagrant and Virtualbox. This environment consists 3 boxes: a rancher server, a single agent and a machine to provision the former two using ansible.
You will need to have the following software installed on your development machine:
I suggest you use your native/favourite package manager to install these (for windows see chocolately, Mac OSX: homebrew, linux: apt-get :))
To create the environment run command in this directory:
vagrant up
This will provision the machines on first run
To reprovision the server and agent nodes run:
vagrant provision
Content type
Image
Digest
Size
111.5 MB
Last updated
over 10 years ago
docker pull nice/ubuntu-ansible