Merge "Be consistent with memcached group name"
This commit is contained in:
commit
2c5bb32915
@ -34,7 +34,7 @@ galera_root_user: "root"
|
||||
memcached_port: 11211
|
||||
memcached_servers: >-
|
||||
{{
|
||||
(groups['memcached_all'] | map('extract', hostvars, 'ansible_host') | list)
|
||||
(groups['memcached'] | map('extract', hostvars, 'ansible_host') | list)
|
||||
| map('regex_replace', '(.*)' ,'\\1:' ~ memcached_port)
|
||||
| list
|
||||
| join(',')
|
||||
|
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- name: Memcached cache flush
|
||||
hosts: memcached_all
|
||||
hosts: memcached
|
||||
gather_facts: true
|
||||
user: root
|
||||
vars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user