root
5 years ago
12 changed files with 55 additions and 15 deletions
@ -1,4 +1,5 @@ |
|||
[defaults] |
|||
#added parameters for actual management of LXC nodes with ansible because of bridged networking packet loss |
|||
gather_timeout = 30 |
|||
timeout = 30 |
|||
timeout = 45 |
|||
host_key_checking = False |
|||
|
@ -0,0 +1,3 @@ |
|||
--- |
|||
- name: Deploy swarm stack |
|||
shell: docker stack deploy -c stack.yaml stack |
Loading…
Reference in new issue