From 77e52fd9638d8f897b08002d53d10dea58f9bf8e Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 14 Nov 2022 12:03:44 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 2b727dc..ef1647a 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,3 @@ Currently tested and validated on Ubuntu 18.04/20.04. 3. Ansible >= 2.8 4. docker-setup role adapted from geerlingguy.docker 5. docker-stack-deploy for secret rotation (https://github.com/neuroforgede/docker-stack-deploy) - -# Labeling Nodes - -``` -docker1: - ansible_ssh_host: "127.0.0.1" - ansible_ssh_port: "8101" - ansible_ssh_user: "vagrant" - - ansible_host: 10.0.0.81 - host_ip: "{{ ansible_host }}" - - - docker_swarm_labels: - traefik_ingress: '1' -```