diff options
| author | Kumar Damani <me@kumardamani.net> | 2025-06-30 17:57:47 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2025-06-30 17:57:47 +0000 |
| commit | 04ad7900a003f1ac916baf524cc5518b0f36f695 (patch) | |
| tree | 806f7bfbe5832235888d7a05c83166c013fccb1f | |
| parent | 8266f0f670c591d15f59332023a9b7a983196498 (diff) | |
ansible inv using jumphost
| -rw-r--r-- | ansible/hosts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/hosts b/ansible/hosts index 5b96859..27dbb3d 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -27,3 +27,7 @@ torrents [med-dl] med-dl + +[all:vars] +ansible_user=root +ansible_ssh_common_args="-J root@lab-host1" |
