Skip to content

Commit

Permalink
Merge pull request #53 from BjoernT/master
Browse files Browse the repository at this point in the history
Include OSDs and MONs hosts groups into HP server monitoring
  • Loading branch information
BjoernT authored Nov 28, 2017
2 parents e3828ee + 96bc333 commit 8fce49d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/install-hp-server-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

- name: Install HP server monitoring
hosts: hosts
hosts: hosts:osds:mons
gather_facts: "{{ gather_facts | default(true) }}"
pre_tasks:
- name: Remove outdated MCP repo
Expand All @@ -24,6 +24,8 @@
with_items:
- downloads_linux_hpe_com_SDR_repo_mcp_ubuntu.list
- mcp.list
- hp-mcp.list
- hp-stk.list
ignore_errors: True
when:
- ansible_os_family == 'Debian'
Expand Down

0 comments on commit 8fce49d

Please sign in to comment.