metrics-for-apps: set permissions on tftpboot for rhcos

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-07-29 11:19:55 +01:00
parent 58adddf9bb
commit 0433872142

View file

@ -37,6 +37,14 @@
- tftp_server
when: datacenter != 'iad2'
- name: Set permissions on the rhcos tftpboot folder
command: chmod 755 /var/lib/tftpboot/{{item}}
with_items:
- rhcos
tags:
- tftp_server
when: datacenter == 'iad2'
- name: fill up the tftpboot directory
synchronize: src="{{ bigfiles }}/tftpboot2/" dest=/var/lib/tftpboot/
tags: