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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Examples using Ansible's DigitalOcean integration are contained within this directory.
8
8
9
9
-`provision.yml` contains an example of provisioning a new DigitalOcean droplet, then immediately configuring it with Ansible.
10
-
-`digital_ocean.py` (and `digital_ocean.ini`) is the DigitalOcean dynamic inventory script included with Ansible. Don't use this copy; get the latest version from the Ansible project: [digital_ocean.py](https://github.com/ansible/ansible/blob/devel/contrib/inventory/digital_ocean.py).
10
+
-`digital_ocean.py` (and `digital_ocean.ini`) is the DigitalOcean dynamic inventory script included with Ansible. Don't use this copy; get the latest version from the Ansible project: [digital_ocean.py](https://github.com/ansible-collections/community.digitalocean/blob/main/scripts/inventory/digital_ocean.py).
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