metrics-for-apps: enable playbook on ocpworker nodes
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
5a0ccee1f8
commit
786641df6f
1 changed files with 3 additions and 8 deletions
|
@ -68,14 +68,9 @@
|
|||
dest: /srv/web/infra/bigfiles/tftpboot/rhcos/{{ mac0 | lower | replace(":","-") }}
|
||||
mode: 0755
|
||||
delegate_to: 127.0.0.1
|
||||
when: inventory_hostname in groups['ocp_workers_stg']
|
||||
|
||||
- name: == Hardware provisioning == Generating the tftp configuration boot file
|
||||
template:
|
||||
src: ocp_pxeboot.j2
|
||||
dest: /srv/web/infra/bigfiles/tftpboot/rhcos/{{ mac0 | lower | replace(":","-") }}
|
||||
mode: 0755
|
||||
delegate_to: 127.0.0.1
|
||||
tags:
|
||||
- ignition
|
||||
- repo
|
||||
when: inventory_hostname in groups['ocp_workers_stg']
|
||||
|
||||
- name: == OCP KVM provisioning == Checking OCP Virtual Guest exist[s]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue