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
|
name
required |
|
The name of the domain
|
state
|
|
Whether the domain should exist
|
subdomains
|
Default:
[]
|
Any subdomains to create.
|
Note
- name: Create a test domain
webfaction_domain:
name: mydomain.com
state: present
subdomains:
- www
- blog
login_name: "{{webfaction_user}}"
login_password: "{{webfaction_passwd}}"
- name: Delete test domain and any subdomains
webfaction_domain:
name: mydomain.com
state: absent
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.