Native YAML (#3584)
This commit is contained in:
parent
b6cf2e422d
commit
d092d53198
1 changed files with 14 additions and 2 deletions
|
@ -84,9 +84,21 @@ options:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- stackdriver: key=AAAAAA event=deploy deployed_to=production deployed_by=leeroyjenkins repository=MyWebApp revision_id=abcd123
|
- stackdriver:
|
||||||
|
key: AAAAAA
|
||||||
|
event: deploy
|
||||||
|
deployed_to: production
|
||||||
|
deployed_by: leeroyjenkins
|
||||||
|
repository: MyWebApp
|
||||||
|
revision_id: abcd123
|
||||||
|
|
||||||
- stackdriver: key=AAAAAA event=annotation msg="Greetings from Ansible" annotated_by=leeroyjenkins level=WARN instance_id=i-abcd1234
|
- stackdriver:
|
||||||
|
key: AAAAAA
|
||||||
|
event: annotation
|
||||||
|
msg: Greetings from Ansible
|
||||||
|
annotated_by: leeroyjenkins
|
||||||
|
level: WARN
|
||||||
|
instance_id: i-abcd1234
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
|
|
Loading…
Reference in a new issue