Wolfgang Kulhanek
2020-03-03 80abf5668e29af2945586c269344e8fa16bf3cf2
ansible/roles/host-httpd-reverse-proxy/tasks/main.yml
@@ -1,11 +1,10 @@
- name: install httpd package
  yum:
    name: "{{ item }}"
    state: present
  with_items:
    name:
    - httpd
  tags:
    - install_httpd_packages
  - install_httpd_packages
- name: create reverse proxy file on httpd /etc/httpd/conf.d
  template: