feat: connect to servers using nat as jumphost
This commit is contained in:
5
playbooks/configure_nat.yml
Normal file
5
playbooks/configure_nat.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Configure NAT
|
||||
hosts: gateways
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- ansible.builtin.raw: hostname -I
|
||||
Reference in New Issue
Block a user