Moving proxy things to its own playbook + role
This commit is contained in:
7
ansible/proxy.yaml
Normal file
7
ansible/proxy.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: nigel.local
|
||||
remote_user: nigel
|
||||
tasks:
|
||||
- name: Apply reverse proxy role
|
||||
ansible.builtin.include_role:
|
||||
name: proxy
|
||||
Reference in New Issue
Block a user