summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-cluster/update.yml
blob: 973e4c3ef7c9f9b248f2a58db5907a98e16a09cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- hosts: "tag_env-{{ cluster_id }}"
  roles:
  - openshift_repos
  - os_update_latest

- include: ../openshift-master/config.yml
  vars:
    oo_host_group_exp: "groups[\"tag_env-host-type-{{ cluster_id }}-openshift-master\"]"

- include: ../openshift-node/config.yml
  vars:
    oo_host_group_exp: "groups[\"tag_env-host-type-{{ cluster_id }}-openshift-node\"]"