mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 03:10:22 -07:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
parent
8b92e0454d
commit
41cfdda6a3
533 changed files with 2130 additions and 2130 deletions
|
@ -108,7 +108,7 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Create a maintenance window for 10 minutes on server1, with automation to stop the maintenance
|
||||
statusio_maintenance:
|
||||
community.general.statusio_maintenance:
|
||||
title: Router Upgrade from ansible
|
||||
desc: Performing a Router Upgrade
|
||||
components: server1.example.com
|
||||
|
@ -119,7 +119,7 @@ EXAMPLES = '''
|
|||
automation: True
|
||||
|
||||
- name: Create a maintenance window for 60 minutes on server1 and server2
|
||||
statusio_maintenance:
|
||||
community.general.statusio_maintenance:
|
||||
title: Routine maintenance
|
||||
desc: Some security updates
|
||||
components:
|
||||
|
@ -134,7 +134,7 @@ EXAMPLES = '''
|
|||
delegate_to: localhost
|
||||
|
||||
- name: Create a future maintenance window for 24 hours to all hosts inside the Primary Data Center
|
||||
statusio_maintenance:
|
||||
community.general.statusio_maintenance:
|
||||
title: Data center downtime
|
||||
desc: Performing a Upgrade to our data center
|
||||
components: Primary Data Center
|
||||
|
@ -146,7 +146,7 @@ EXAMPLES = '''
|
|||
minutes: 1440
|
||||
|
||||
- name: Delete a maintenance window
|
||||
statusio_maintenance:
|
||||
community.general.statusio_maintenance:
|
||||
title: Remove a maintenance window
|
||||
maintenance_id: 561f90faf74bc94a4700087b
|
||||
statuspage: statuspage_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue