/ansible-rancher

Ansible role for the Rancher orchestration service for Docker.

Primary LanguageRubyMIT LicenseMIT

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