Moving proxy things to its own playbook + role
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 14s

This commit is contained in:
2025-05-23 01:42:40 -07:00
parent 24fcbc957a
commit 053db8793b
8 changed files with 39 additions and 40 deletions

7
ansible/proxy.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
- hosts: nigel.local
remote_user: nigel
tasks:
- name: Apply reverse proxy role
ansible.builtin.include_role:
name: proxy