## A playbook for an httpd proxy which relays # the firmware catalogs to the Dell iDRACs # # Currently this is just an Apache vhost and restart # --- - name: Copy over proxy httpd vhost ansible.builtin.copy: src: httpd_vhost.conf dest: /etc/httpd/conf.d/firmware-proxy.conf owner: root group: root mode: '0644' tags: - firmware_proxy notify: - Reload httpd