You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynamic-inventory/digitalocean/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Digital Ocean Example for Ansible
1
+
# DigitalOcean Example for Ansible
2
2
3
-
Chapter 7 of [Ansible for DevOps](https://www.ansiblefordevops.com/) contains details and examples for using Ansible to provision and dynamically work with Digital Ocean droplets.
3
+
Chapter 7 of [Ansible for DevOps](https://www.ansiblefordevops.com/) contains details and examples for using Ansible to provision and dynamically work with DigitalOcean droplets.
4
4
5
5
## Dynamic Inventory and Provisioning
6
6
7
-
Examples using Ansible's Digital Ocean integration are contained within this directory.
7
+
Examples using Ansible's DigitalOcean integration are contained within this directory.
8
8
9
-
-`provision.yml` contains an example of provisioning a new Digital Ocean droplet, then immediately configuring it with Ansible.
10
-
-`digital_ocean.py` is the Digital Ocean dynamic inventory script included with Ansible. Don't use this copy; get a fresh, up-to-date copy from the Ansible project instead.
9
+
-`provision.yml` contains an example of provisioning a new DigitalOcean droplet, then immediately configuring it with Ansible.
10
+
-`digital_ocean.py` is the DigitalOcean dynamic inventory script included with Ansible. Don't use this copy; get a fresh, up-to-date copy from the Ansible project instead.
11
11
12
12
Before you can use either of these examples, you will need to set an environment variable with your DigitalOcean API Personal Access Token:
0 commit comments