Skip to content

Commit

Permalink
[fix]playbook/memcached
Browse files Browse the repository at this point in the history
Signed-off-by: Cyber-SiKu <[email protected]>
  • Loading branch information
Cyber-SiKu committed Feb 22, 2023
1 parent c0a38f1 commit 10994d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbook/memcached/hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hosts:
labels:
- memcached
envs:
- SUDO_ALIAS=sudo
- IMAGE=memcached:1.6.17
- LISTEN=10.0.1.1
- PORT=11211
Expand All @@ -26,6 +27,7 @@ hosts:
labels:
- memcached
envs:
- SUDO_ALIAS=sudo
- IMAGE=memcached:1.6.17
- LISTEN=10.0.1.2
- PORT=11211
Expand All @@ -43,6 +45,7 @@ hosts:
labels:
- memcached
envs:
- SUDO_ALIAS=sudo
- IMAGE=memcached:1.6.17
- LISTEN=10.0.1.3
- PORT=11211
Expand Down

0 comments on commit 10994d9

Please sign in to comment.