grampajoe / ansible-rancher

Ansible role for the Rancher orchestration service for Docker.

Home Page:https://galaxy.ansible.com/list#/roles/3012

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rancher

Installs the Rancher orchestration service for Docker.

WARNING: The default Rancher installation is insecure. You must either configure access control or avoid exposing Rancher to the public Internet.

Requirements

This role has been tested on the following OS's:

  • CentOS 7

Role Variables

  • rancher_server_tag - Tag of the rancher/server image to install.
  • rancher_server_port - External port for the Rancher server.

Dependencies

  • grampajoe.docker-multi

Example Playbook

- hosts: servers
  roles:
     - { role: grampajoe.rancher }

License

MIT, see LICENSE.

Author Information

About

Ansible role for the Rancher orchestration service for Docker.

https://galaxy.ansible.com/list#/roles/3012

License:MIT License


Languages

Language:Ruby 100.0%