AdopteUnOps.rancher-add-host

docker-ansible-role

Rol de Ansible para registrar un host en el entorno de Rancher.

Requisitos

Se necesita tener Docker instalado.

Variables Obligatorias

rancher_api_key: "miclave"
rancher_api_secret: "misecres"
rancher_project_name: "predeterminado"
rancher_project_id: 1234

Variables del Rol

custom_host_tags: ""
rancher_agent_image: "rancher/agent:{{rancher_agent_version}}"
rancher_agent_version: "v1.2.6"
rancher_master_url: "http://localhost:8080"
rancher_agent_ip: "{{ ansible_default_ipv4.address }}"

Licencia

Licencia Apache 2

Acerca del proyecto

Register a host into rancher environment

Instalar
ansible-galaxy install AdopteUnOps.rancher-add-host
Licencia
apache-2.0
Descargas
249
Propietario