Removed inclusion of docker everywhere

It is now included in the common role itself, which is applied to all.
This commit is contained in:
Egon Rijpkema
2017-07-10 09:52:12 +02:00
parent ecbd592440
commit 86cd68e465
13 changed files with 2 additions and 19 deletions

View File

@ -9,7 +9,7 @@ Restart=always
ExecStartPre=-/usr/bin/docker stop %n
ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --name %n \
--add-host=mariadb:{{ hostvars[groups['databases'][0]]['ansible_default_ipv4']['address'] }} \
--add-host=mariadb:172.23.41.2 \
-p 5000:5000 -p 35357:35357 \
-v /srv/keystone/fernet-keys:/etc/keystone/fernet-keys \
hpc/keystone