New in version 2.0.
Parameter |
Choices/Defaults |
Comments |
---|---|---|
login_name
required |
|
The webfaction account to use
|
login_password
required |
|
The webfaction password to use
|
mailbox_name
required |
|
The name of the mailbox
|
mailbox_password
required |
|
The password for the mailbox
|
state
|
|
Whether the mailbox should exist
|
Note
- name: Create a mailbox
webfaction_mailbox:
mailbox_name="mybox"
mailbox_password="myboxpw"
state=present
login_name={{webfaction_user}}
login_password={{webfaction_passwd}}
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.