diff --git a/inventory/inventory b/inventory/inventory index 1fe1cb05d8..ced5b87ad3 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1064,7 +1064,7 @@ ocp02.ocp.stg.iad2.fedoraproject.org ocp03.ocp.stg.iad2.fedoraproject.org [ocp_workers_stg] -#worker01.ocp.stg.iad2.fedoraproject.org +worker01.ocp.stg.iad2.fedoraproject.org worker02.ocp.stg.iad2.fedoraproject.org worker03.ocp.stg.iad2.fedoraproject.org diff --git a/playbooks/manual/ocp4-place-ignitionfiles.yml b/playbooks/manual/ocp4-place-ignitionfiles.yml index 58b70141ed..b450f7d61f 100644 --- a/playbooks/manual/ocp4-place-ignitionfiles.yml +++ b/playbooks/manual/ocp4-place-ignitionfiles.yml @@ -16,7 +16,7 @@ # - 192.168.2.2 # gateway # deploy_host: # http server serving ignition files -- hosts: os_control_stg:ocp_controlplane_stg +- hosts: os_control_stg:ocp_controlplane_stg:ocp_workers_stg user: root gather_facts: false @@ -63,6 +63,7 @@ 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'] tags: - ignition - repo