mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-09 05:27:17 +00:00
(cherry picked from commit 015566fb06)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7229ef4ac4
commit
8595601708
170 changed files with 465 additions and 465 deletions
|
|
@ -179,7 +179,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Build a Cloud Server
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Server build request
|
||||
local_action:
|
||||
|
|
@ -200,7 +200,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Build an exact count of cloud servers with incremented names
|
||||
hosts: local
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Server build requests
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Build a Block Storage Volume
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Attach a Block Storage Volume
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Build a Cloud Databases
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Server build request
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Build a Load Balancer
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: Create domain
|
||||
hosts: all
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Domain create request
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ options:
|
|||
description:
|
||||
- IP address for A/AAAA record, FQDN for CNAME/MX/NS, or text data for
|
||||
SRV/TXT
|
||||
required: True
|
||||
required: true
|
||||
domain:
|
||||
type: str
|
||||
description:
|
||||
|
|
@ -38,7 +38,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- FQDN record name to create
|
||||
required: True
|
||||
required: true
|
||||
overwrite:
|
||||
description:
|
||||
- Add new records if data doesn't match, instead of updating existing
|
||||
|
|
@ -100,7 +100,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: Create DNS Records
|
||||
hosts: all
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Create A record
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: Gather info about servers
|
||||
hosts: all
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Get facts about servers
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: "Test Cloud Files Objects"
|
||||
hosts: local
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: "Get objects from test container"
|
||||
community.general.rax_files_objects:
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Load Rackspace Cloud Identity
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: Create a keypair
|
||||
hosts: localhost
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Keypair request
|
||||
local_action:
|
||||
|
|
@ -67,7 +67,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Create a keypair
|
||||
hosts: localhost
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Keypair request
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ extends_documentation_fragment:
|
|||
EXAMPLES = '''
|
||||
- name: Set metadata for a server
|
||||
hosts: all
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Set metadata
|
||||
local_action:
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Alarm example
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Create a monitoring check
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Entity example
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Monitoring notification example
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Example notification plan
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Build an Isolated Network
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Network create request
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Build a Queue
|
||||
gather_facts: False
|
||||
gather_facts: false
|
||||
hosts: local
|
||||
connection: local
|
||||
tasks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue