aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-mon/tasks/main.yml
blob: 5aa0694d57475f42f5819916b4a971bc9a6efa25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
##############################################################################
# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
- include: install_mon.yml
  when: inventory_hostname in groups["ceph_mon"]
  tags:
    - ceph_mon
    - ceph_deploy