Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored Nov 14, 2022
1 parent 11e207e commit 77e52fd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

0 comments on commit 77e52fd

Please sign in to comment.