Add GPL notices
This commit is contained in:
parent
6739578742
commit
03999b457a
5 changed files with 100 additions and 6 deletions
|
@ -1,10 +1,29 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
|
#
|
||||||
# Create a Webfaction application using Ansible and the Webfaction API
|
# Create a Webfaction application using Ansible and the Webfaction API
|
||||||
#
|
#
|
||||||
# Valid application types can be found by looking here:
|
# Valid application types can be found by looking here:
|
||||||
# http://docs.webfaction.com/xmlrpc-api/apps.html#application-types
|
# http://docs.webfaction.com/xmlrpc-api/apps.html#application-types
|
||||||
#
|
#
|
||||||
# Quentin Stafford-Fraser 2015
|
# ------------------------------------------
|
||||||
|
#
|
||||||
|
# (c) Quentin Stafford-Fraser 2015
|
||||||
|
#
|
||||||
|
# This file is part of Ansible
|
||||||
|
#
|
||||||
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Ansible is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,26 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
# Create webfaction database using Ansible and the Webfaction API
|
|
||||||
#
|
#
|
||||||
# Quentin Stafford-Fraser 2015
|
# Create a webfaction database using Ansible and the Webfaction API
|
||||||
|
#
|
||||||
|
# ------------------------------------------
|
||||||
|
#
|
||||||
|
# (c) Quentin Stafford-Fraser 2015
|
||||||
|
#
|
||||||
|
# This file is part of Ansible
|
||||||
|
#
|
||||||
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Ansible is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,26 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
|
#
|
||||||
# Create Webfaction domains and subdomains using Ansible and the Webfaction API
|
# Create Webfaction domains and subdomains using Ansible and the Webfaction API
|
||||||
#
|
#
|
||||||
# Quentin Stafford-Fraser 2015
|
# ------------------------------------------
|
||||||
|
#
|
||||||
|
# (c) Quentin Stafford-Fraser 2015
|
||||||
|
#
|
||||||
|
# This file is part of Ansible
|
||||||
|
#
|
||||||
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Ansible is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
|
#
|
||||||
# Create webfaction mailbox using Ansible and the Webfaction API
|
# Create webfaction mailbox using Ansible and the Webfaction API
|
||||||
#
|
#
|
||||||
# Quentin Stafford-Fraser and Andy Baker 2015
|
# ------------------------------------------
|
||||||
|
# (c) Quentin Stafford-Fraser and Andy Baker 2015
|
||||||
|
#
|
||||||
|
# This file is part of Ansible
|
||||||
|
#
|
||||||
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Ansible is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,26 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
|
#
|
||||||
# Create Webfaction website using Ansible and the Webfaction API
|
# Create Webfaction website using Ansible and the Webfaction API
|
||||||
#
|
#
|
||||||
# Quentin Stafford-Fraser 2015
|
# ------------------------------------------
|
||||||
|
#
|
||||||
|
# (c) Quentin Stafford-Fraser 2015
|
||||||
|
#
|
||||||
|
# This file is part of Ansible
|
||||||
|
#
|
||||||
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Ansible is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue