diff options
author | binary <me@rgoncalves.se> | 2021-01-19 20:53:45 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-19 20:53:45 +0100 |
commit | 5e845b2f8d5023ed2bf6bbee697839ff4e062fc9 (patch) | |
tree | 5a9d8f770409cd98cd809e9865975c35bfc2830a /host_vars/vm2.yml | |
parent | 42650055c6066989bb2c0d38613c6028b6188e9d (diff) | |
download | infrastructure-5e845b2f8d5023ed2bf6bbee697839ff4e062fc9.tar.gz |
Rename hosts
Diffstat (limited to 'host_vars/vm2.yml')
-rw-r--r-- | host_vars/vm2.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/host_vars/vm2.yml b/host_vars/vm2.yml deleted file mode 100644 index 0b0b79e..0000000 --- a/host_vars/vm2.yml +++ /dev/null @@ -1,27 +0,0 @@ -ansible_host: vm2 -ip: - in: 10.10.0.62 - out: 192.168.5.62 - -virtual: true - -services: - - - name: "ssh" - proto: "tcp" - port: "22" - - - name: "stagit" - proto: "tcp" - port: "1234" - domain: "git" - - - name: "gitdeamon" - proto: "tcp" - port: "9418" - public: true - - - name: "gitdeamon" - proto: "udp" - port: "9418" - public: true |