forked from infra/ansible
tftp_server: drop old rhcos images
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
94406996e3
commit
4445de3f1a
1 changed files with 0 additions and 17 deletions
|
|
@ -36,23 +36,6 @@
|
|||
tags:
|
||||
- tftp_server
|
||||
|
||||
- name: Set permissions on the rhcos tftpboot folder
|
||||
ansible.builtin.file:
|
||||
path: /var/lib/tftpboot/rhcos
|
||||
mode: '0755'
|
||||
tags:
|
||||
- tftp_server
|
||||
when: datacenter == 'rdu3'
|
||||
|
||||
- name: Copy rhcos files to images folder
|
||||
ansible.builtin.copy:
|
||||
src: "/var/lib/tftpboot/rhcos/"
|
||||
dest: "/var/lib/tftpboot/images/RHCOS/4.8/x86_64/"
|
||||
remote_src: yes
|
||||
tags:
|
||||
- tftp_server
|
||||
when: datacenter == 'rdu3'
|
||||
|
||||
# - name: Generate custom configs
|
||||
# ansible.builtin.template: src=grubhost.cfg.j2 dest="/var/lib/tftpboot/uefi/{{ hostvars[item].install_mac }}"
|
||||
# with_items: "{{ groups['all'] }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue