diff options
-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 |