From 02b8ac8373622af448a8dce506f6cfb7e80771cf Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 18 Jul 2017 23:11:59 +1000 Subject: [PATCH] Add Intel/nearForm boxes to Ansible --- ansible/inventory.yml | 3 +++ ansible/plugins/inventory/nodejs_yaml.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 68e356b48..a280f7b7c 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -222,3 +222,6 @@ hosts: ubuntu1604-arm64-1: {ip: 147.75.203.102} ubuntu1604-arm64-2: {ip: 147.75.88.10} + - nearform: + intel-ubuntu1604-x64-1: {ip: 92.51.196.114} + intel-ubuntu1604-x64-2: {ip: 92.51.196.115} diff --git a/ansible/plugins/inventory/nodejs_yaml.py b/ansible/plugins/inventory/nodejs_yaml.py index f5095a994..24e7f9af4 100755 --- a/ansible/plugins/inventory/nodejs_yaml.py +++ b/ansible/plugins/inventory/nodejs_yaml.py @@ -48,7 +48,7 @@ # providers - validated for consistency 'provider': ('azure', 'digitalocean', 'joyent', 'ibm', 'linuxonecc', 'mininodes', 'msft', 'osuosl', 'rackspace', 'requireio', - 'scaleway', 'softlayer', 'voxer', 'packetnet') + 'scaleway', 'softlayer', 'voxer', 'packetnet', 'nearform') } # customisation options per host: