-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Update] Automatically Configure Servers with Ansible and Playbooks & Learn How to Install Ansible and Run Playbooks #2560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Update] Automatically Configure Servers with Ansible and Playbooks & Learn How to Install Ansible and Run Playbooks #2560
Conversation
…e added for control and managed nodes, and fixed a bad link.
| ## Before You Begin | ||
|
|
||
| {{< caution >}} | ||
| This guide's example instructions will create up to three billable Linodes on your account. If you do not want to keep using the example Linodes that you create, be sure to [delete them](#delete-a-cluster) when you have finished the guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added "up to" three billable here because we say that they could 1) run the following with just one managed node and 2) they could make their home computer the control node.
| If you remove the resources afterward, you will only be billed for the hour(s) that the resources were present on your account. Consult the [Billing and Payments](/docs/platform/billing-and-support/billing-and-payments/) guide for detailed information about how hourly billing works and for a table of plan pricing. | ||
| {{< /caution >}} | ||
|
|
||
| 1. [Create three Linodes](/docs/getting-started/#create-a-linode) running Debian 9. One will be the **control node** and two you will use as your Ansible **managed nodes**. The examples in this guide can also be followed using a single managed node, if preferred. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here it said just to create 3 and then they would all be managed nodes, which is not quite true. Only 2 would be used for managed nodes, named node-1 and node-2, as stated above. So I clarified that.
…etting started guide
No description provided.