minor docs update
This commit is contained in:
parent
784b265e72
commit
6769114afd
5 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ module: webfaction_app
|
||||||
short_description: Add or remove applications on a Webfaction host
|
short_description: Add or remove applications on a Webfaction host
|
||||||
description:
|
description:
|
||||||
- Add or remove applications on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
- Add or remove applications on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
||||||
author: Quentin Stafford-Fraser
|
author: Quentin Stafford-Fraser (@quentinsf)
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
notes:
|
notes:
|
||||||
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
|
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
|
||||||
|
|
|
@ -28,7 +28,7 @@ module: webfaction_db
|
||||||
short_description: Add or remove a database on Webfaction
|
short_description: Add or remove a database on Webfaction
|
||||||
description:
|
description:
|
||||||
- Add or remove a database on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
- Add or remove a database on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
||||||
author: Quentin Stafford-Fraser
|
author: Quentin Stafford-Fraser (@quentinsf)
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
notes:
|
notes:
|
||||||
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
|
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
|
||||||
|
|
|
@ -28,7 +28,7 @@ module: webfaction_domain
|
||||||
short_description: Add or remove domains and subdomains on Webfaction
|
short_description: Add or remove domains and subdomains on Webfaction
|
||||||
description:
|
description:
|
||||||
- Add or remove domains or subdomains on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
- Add or remove domains or subdomains on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
||||||
author: Quentin Stafford-Fraser
|
author: Quentin Stafford-Fraser (@quentinsf)
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
notes:
|
notes:
|
||||||
- If you are I(deleting) domains by using C(state=absent), then note that if you specify subdomains, just those particular subdomains will be deleted. If you don't specify subdomains, the domain will be deleted.
|
- If you are I(deleting) domains by using C(state=absent), then note that if you specify subdomains, just those particular subdomains will be deleted. If you don't specify subdomains, the domain will be deleted.
|
||||||
|
|
|
@ -27,7 +27,7 @@ module: webfaction_mailbox
|
||||||
short_description: Add or remove mailboxes on Webfaction
|
short_description: Add or remove mailboxes on Webfaction
|
||||||
description:
|
description:
|
||||||
- Add or remove mailboxes on a Webfaction account. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
- Add or remove mailboxes on a Webfaction account. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
||||||
author: Quentin Stafford-Fraser
|
author: Quentin Stafford-Fraser (@quentinsf)
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
notes:
|
notes:
|
||||||
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
|
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
|
||||||
|
|
|
@ -28,7 +28,7 @@ module: webfaction_site
|
||||||
short_description: Add or remove a website on a Webfaction host
|
short_description: Add or remove a website on a Webfaction host
|
||||||
description:
|
description:
|
||||||
- Add or remove a website on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
- Add or remove a website on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
|
||||||
author: Quentin Stafford-Fraser
|
author: Quentin Stafford-Fraser (@quentinsf)
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
notes:
|
notes:
|
||||||
- Sadly, you I(do) need to know your webfaction hostname for the C(host) parameter. But at least, unlike the API, you don't need to know the IP address - you can use a DNS name.
|
- Sadly, you I(do) need to know your webfaction hostname for the C(host) parameter. But at least, unlike the API, you don't need to know the IP address - you can use a DNS name.
|
||||||
|
|
Loading…
Reference in a new issue