Skip to content

Commit

Permalink
ansible: add iinthecloud provider (#2325)
Browse files Browse the repository at this point in the history
Add new provider `iinthecloud` and sort providers alphabetically.
  • Loading branch information
richardlau authored May 20, 2020
1 parent 59902dd commit a7ba2aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/plugins/inventory/nodejs_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
'type': ('infra', 'release', 'test'),

# providers - validated for consistency
'provider': ('azure', 'digitalocean', 'ibm', 'joyent', 'linuxonecc',
'macstadium', 'marist', 'mininodes', 'msft', 'osuosl',
'orka', 'rackspace', 'requireio', 'scaleway', 'softlayer', 'voxer',
'packetnet', 'nearform')
'provider': ('azure', 'digitalocean', 'ibm', 'iinthecloud', 'joyent',
'linuxonecc', 'macstadium', 'marist', 'mininodes', 'msft',
'nearform', 'orka', 'osuosl', 'packetnet', 'rackspace',
'requireio', 'scaleway', 'softlayer', 'voxer')
}
DECRYPT_TOOL = "gpg"
INVENTORY_FILENAME = "inventory.yml"
Expand Down

0 comments on commit a7ba2aa

Please sign in to comment.