mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #8525 from kamaln7/patch-1
Replace all occurrences of "Digital Ocean" with "DigitalOcean"
This commit is contained in:
commit
734548d8b4
4 changed files with 6 additions and 6 deletions
|
@ -13,5 +13,5 @@ This section is new and evolving. The idea here is explore particular use cases
|
||||||
guide_rolling_upgrade
|
guide_rolling_upgrade
|
||||||
test_strategies
|
test_strategies
|
||||||
|
|
||||||
Pending topics may include: Docker, Jenkins, Google Compute Engine, Linode/Digital Ocean, Continuous Deployment, and more.
|
Pending topics may include: Docker, Jenkins, Google Compute Engine, Linode/DigitalOcean, Continuous Deployment, and more.
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@ Other inventory scripts
|
||||||
In addition to Cobbler and EC2, inventory scripts are also available for::
|
In addition to Cobbler and EC2, inventory scripts are also available for::
|
||||||
|
|
||||||
BSD Jails
|
BSD Jails
|
||||||
Digital Ocean
|
DigitalOcean
|
||||||
Google Compute Engine
|
Google Compute Engine
|
||||||
Linode
|
Linode
|
||||||
OpenShift
|
OpenShift
|
||||||
|
|
|
@ -30,10 +30,10 @@ options:
|
||||||
choices: ['present', 'active', 'absent', 'deleted']
|
choices: ['present', 'active', 'absent', 'deleted']
|
||||||
client_id:
|
client_id:
|
||||||
description:
|
description:
|
||||||
- Digital Ocean manager id.
|
- DigitalOcean manager id.
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
- Digital Ocean api key.
|
- DigitalOcean api key.
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- Numeric, the droplet id you want to operate on.
|
- Numeric, the droplet id you want to operate on.
|
||||||
|
|
|
@ -30,10 +30,10 @@ options:
|
||||||
choices: ['present', 'absent']
|
choices: ['present', 'absent']
|
||||||
client_id:
|
client_id:
|
||||||
description:
|
description:
|
||||||
- Digital Ocean manager id.
|
- DigitalOcean manager id.
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
- Digital Ocean api key.
|
- DigitalOcean api key.
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- Numeric, the SSH key id you want to operate on.
|
- Numeric, the SSH key id you want to operate on.
|
||||||
|
|
Loading…
Reference in a new issue