Actions
Ansible with an alternate Linode » History » Revision 1
Revision 1/2
| Next »
Jon Goldberg, 03/12/2018 03:39 PM
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 over 6 years ago · 1 revisions