Add examples.

This commit is contained in:
Quentin Stafford-Fraser 2015-05-10 22:07:49 +01:00 committed by Matt Clay
commit 6739578742
3 changed files with 40 additions and 0 deletions

View file

@ -45,6 +45,16 @@ options:
required: true
'''
EXAMPLES = '''
- name: Create a mailbox
webfaction_mailbox:
mailbox_name="mybox"
mailbox_password="myboxpw"
state=present
login_name={{webfaction_user}}
login_password={{webfaction_passwd}}
'''
import socket
import xmlrpclib