Skip to content
Snippets Groups Projects
Commit 097b088e authored by ngyimesi's avatar ngyimesi
Browse files

Added proxy to inventory

parent 95ff9fb0
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ all: ...@@ -3,6 +3,9 @@ all:
"[1:33].kepzes23": "[1:33].kepzes23":
ansible_user: terraform ansible_user: terraform
ansible_become: yes ansible_become: yes
proxy.kepzes23:
ansible_user: terraform
ansible_become: yes
vsalgo-router: vsalgo-router:
ansible_user: norbey ansible_user: norbey
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
...@@ -17,6 +20,12 @@ all: ...@@ -17,6 +20,12 @@ all:
router: router:
hosts: hosts:
vsalgo-router: {} vsalgo-router: {}
proxy:
hosts:
proxy.kepzes23: {}
vars:
full_hostname: kepzodok.kszk.bme.hu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment