Skip to content

Commit a7ba2aa

Browse files
authored
ansible: add iinthecloud provider (#2325)
Add new provider `iinthecloud` and sort providers alphabetically.
1 parent 59902dd commit a7ba2aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/plugins/inventory/nodejs_yaml.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
'type': ('infra', 'release', 'test'),
4646

4747
# providers - validated for consistency
48-
'provider': ('azure', 'digitalocean', 'ibm', 'joyent', 'linuxonecc',
49-
'macstadium', 'marist', 'mininodes', 'msft', 'osuosl',
50-
'orka', 'rackspace', 'requireio', 'scaleway', 'softlayer', 'voxer',
51-
'packetnet', 'nearform')
48+
'provider': ('azure', 'digitalocean', 'ibm', 'iinthecloud', 'joyent',
49+
'linuxonecc', 'macstadium', 'marist', 'mininodes', 'msft',
50+
'nearform', 'orka', 'osuosl', 'packetnet', 'rackspace',
51+
'requireio', 'scaleway', 'softlayer', 'voxer')
5252
}
5353
DECRYPT_TOOL = "gpg"
5454
INVENTORY_FILENAME = "inventory.yml"

0 commit comments

Comments
 (0)