Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
1e427d4a
Commit
1e427d4a
authored
Jul 24, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7710 from brad/zounds
use the full list of available campfire sounds
parents
635bea64
73a92d36
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
12 deletions
+22
-12
library/notification/campfire
+22
-12
No files found.
library/notification/campfire
View file @
1e427d4a
...
...
@@ -31,11 +31,15 @@ options:
description:
- Send a notification sound before the message.
required: false
choices: ["56k", "bueller", "crickets", "dangerzone", "deeper",
"drama", "greatjob", "horn", "horror" , "inconceivable",
"live", "loggins", "noooo", "nyan", "ohmy", "ohyeah",
"pushit", "rimshot", "sax", "secret", "tada", "tmyk",
"trombone", "vuvuzela", "yeah", "yodel"]
choices: ["56k", "bell", "bezos", "bueller", "clowntown",
"cottoneyejoe", "crickets", "dadgummit", "dangerzone",
"danielsan", "deeper", "drama", "greatjob", "greyjoy",
"guarantee", "heygirl", "horn", "horror",
"inconceivable", "live", "loggins", "makeitso", "noooo",
"nyan", "ohmy", "ohyeah", "pushit", "rimshot",
"rollout", "rumble", "sax", "secret", "sexyback",
"story", "tada", "tmyk", "trololo", "trombone", "unix",
"vuvuzela", "what", "whoomp", "yeah", "yodel"]
# informational: requirements for nodes
requirements: [ urllib2, cgi ]
...
...
@@ -69,14 +73,20 @@ def main():
room
=
dict
(
required
=
True
),
msg
=
dict
(
required
=
True
),
notify
=
dict
(
required
=
False
,
choices
=
[
"56k"
,
"bueller"
,
"crickets"
,
"dangerzone"
,
"deeper"
,
"drama"
,
"greatjob"
,
"horn"
,
"horror"
,
choices
=
[
"56k"
,
"bell"
,
"bezos"
,
"bueller"
,
"clowntown"
,
"cottoneyejoe"
,
"crickets"
,
"dadgummit"
,
"dangerzone"
,
"danielsan"
,
"deeper"
,
"drama"
,
"greatjob"
,
"greyjoy"
,
"guarantee"
,
"heygirl"
,
"horn"
,
"horror"
,
"inconceivable"
,
"live"
,
"loggins"
,
"noooo"
,
"nyan"
,
"ohmy"
,
"ohyeah"
,
"pushit"
,
"rimshot"
,
"sax"
,
"secret"
,
"tada"
,
"tmyk"
,
"trombone"
,
"vuvuzela"
,
"yeah"
,
"yodel"
]),
"makeitso"
,
"noooo"
,
"nyan"
,
"ohmy"
,
"ohyeah"
,
"pushit"
,
"rimshot"
,
"rollout"
,
"rumble"
,
"sax"
,
"secret"
,
"sexyback"
,
"story"
,
"tada"
,
"tmyk"
,
"trololo"
,
"trombone"
,
"unix"
,
"vuvuzela"
,
"what"
,
"whoomp"
,
"yeah"
,
"yodel"
]),
),
supports_check_mode
=
False
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment