Browse Source

Move SSH settings into host_vars

master
Chris Smith 10 years ago
parent
commit
d911368dd5
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      host_vars/quark.tenten.chameth.com
  2. 1
    1
      hosts

+ 3
- 0
host_vars/quark.tenten.chameth.com View File

@@ -0,0 +1,3 @@
1
+---
2
+ansible_ssh_port: 1010
3
+ansible_ssh_host: 5.44.248.137

+ 1
- 1
hosts View File

@@ -18,7 +18,7 @@ grok.dmdirc.com
18 18
 [chris-owned]
19 19
 grok.dmdirc.com
20 20
 do1.chameth.com
21
-quark.tenten.chameth.com ansible_ssh_port=1010 ansible_ssh_host=5.44.248.137
21
+quark.tenten.chameth.com
22 22
 
23 23
 [digitalocean]
24 24
 grok.dmdirc.com

Loading…
Cancel
Save