diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-12-17 18:21:41 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-12-17 18:29:39 +0100 |
commit | 606b280ca856ec74e59ce380f9c71545fa45e22c (patch) | |
tree | 0530cca2a075a17af227f435ecaad6a64bfddd9b | |
parent | d14d57a8259779a97586b826c7b69e9d852430ca (diff) | |
download | rules-606b280ca856ec74e59ce380f9c71545fa45e22c.tar.gz |
fix(host_vars): pass sshd listen port for dc0
-rw-r--r-- | host_vars/dc0.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index f9a4072..fc9b3cc 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -1,9 +1,10 @@ --- +ansible_port: 71 + httpd_use_nfs: false git_dir: /var/www/data/git - -ansible_port: 71 +sshd_listen_port: "{{ ansible_port }}" __is_vm: true |