metrics-for-apps: set permissions on tftpboot for rhcos
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
58adddf9bb
commit
0433872142
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue