From 6048082c8083536b220c036b921961d5a2a5ca3b Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Tue, 7 Jan 2025 09:01:08 -0600 Subject: [PATCH] create HTTP proxy playbook --- ansible/httpproxy.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible/httpproxy.yml diff --git a/ansible/httpproxy.yml b/ansible/httpproxy.yml new file mode 100644 index 0000000..228b6ac --- /dev/null +++ b/ansible/httpproxy.yml @@ -0,0 +1,7 @@ +--- +- name: Setup node for use as http proxy node + hosts: default + become: true + roles: + - { name: 'apache_placeholder_replace', tags: 'apache_placeholder_replace' } + -- GitLab