Actions
{{last_updated_at}} by {{last_updated_by}}
Ansible with an alternate Linode¶
If you have a client's Linode account and want to do provisioning, here's what to do:
- Create an API key in your Linode Manager profile. Store it in
pass
:pass insert <clientabbreviation>/linode/apikey
. - Add your public key(s) in the Linode Manager profile ("Lish Settings").
- Add the server/sites to the CRM as normal.
- Create a
host_vars
folder for your server. Setlinode_api_key
andlinode_username
. Seehostvars/communitydesign.org
for an example. - Provision as usual.
Updated by Jon Goldberg about 4 years ago · 2 revisions