Skip to content

Commit ff03edd

Browse files
committed
Update DigitalOcean name.
1 parent 94e0b52 commit ff03edd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dynamic-inventory/digitalocean/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Digital Ocean Example for Ansible
1+
# DigitalOcean Example for Ansible
22

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.
44

55
## Dynamic Inventory and Provisioning
66

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.
88

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.
1111

1212
Before you can use either of these examples, you will need to set an environment variable with your DigitalOcean API Personal Access Token:
1313

0 commit comments

Comments
 (0)