ansible-playbooks icon indicating copy to clipboard operation
ansible-playbooks copied to clipboard

Rancher 1.6 Installation. Doesn't support Rancher 2.0

Results 8 ansible-playbooks issues
Sort by recently updated
recently updated
newest added

Since there's a Terraform-integration, is this Ansible-tool being discontinued in favor of the one based on Terraform?

Hello! I Love your ansible-playbooks !!! I found a mistake in `roles/rancher/tasks/server.yml` . When I ran `ansible-playbook --limit server,loadbalancer rancher.yml`, I got an error message. This is the task named...

I am not seeing where to define ssh keys for EC2 instance access. The install fails with the host unreachable. Please advise.

https://github.com/rancher/ansible-playbooks/blob/43bd7fd7f2733ab046a27fcdce3d984ef3e0466e/roles/rancher/tasks/docker.yml#L21 This should be `when: ansible_distribution == "Debian"` Otherwise this task will fail, as pip is no longer installed. :( `- name: upgrade pip (Ubuntu) pip: name=pip state=latest when: ansible_os_family...

Add support for yum-based systems like CentOS and RHEL

Running system updates will bump Docker to the latest version. We want to pin it after installation so that this doesn't happen.