Skip to content

Commit

Permalink
Auto commit without commit message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jul 7, 2016
1 parent 4476684 commit 03efe40
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
path = roles/debops.debug
url = https://github.com/debops/ansible-debug.git
[submodule "debops.directories"]
path = roles/debops.directories
path = roles/deprecated/debops.directories
url = https://github.com/debops/ansible-directories.git
[submodule "debops.dnsmasq"]
path = roles/debops.dnsmasq
Expand Down
2 changes: 1 addition & 1 deletion integration_testing/debops
4 changes: 2 additions & 2 deletions playbooks/ypid-playbooks/debops_common_minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
- role: debops.sshd
tags: [ 'role::sshd' ]

- role: debops.directories
tags: [ 'role::directories' ]
- role: debops.resources
tags: [ 'role::resources' ]
1 change: 0 additions & 1 deletion roles/debops.directories
Submodule debops.directories deleted from 262b88
2 changes: 1 addition & 1 deletion roles/debops.pki
2 changes: 1 addition & 1 deletion roles/debops.resources
1 change: 1 addition & 0 deletions roles/deprecated/debops.directories
Submodule debops.directories added at d07e26
2 changes: 1 addition & 1 deletion roles/unverified_yet/debops.golang
2 changes: 1 addition & 1 deletion roles_ypid/ypid.copy
Submodule ypid.copy updated 1 files
+8 −10 tasks/main.yml
2 changes: 1 addition & 1 deletion roles_ypid/ypid.opsi
Submodule ypid.opsi updated 1 files
+9 −7 docs/computers.rst
2 changes: 1 addition & 1 deletion submodules/debops-playbooks
20 changes: 16 additions & 4 deletions template_role/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
Changelog
=========

.. include:: includes/all.rst
**ROLE_OWNER.ROLE_NAME**

This project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_
and `human-readable changelog <http://keepachangelog.com/>`_.

v0.1.0
------
The current role maintainer is ypid.

*Unreleased*

`ROLE_OWNER.ROLE_NAME master`_ - unreleased
-------------------------------------------

.. _ROLE_OWNER.ROLE_NAME master: https://github.com/ROLE_OWNER/ansible-ROLE_NAME/compare/v0.1.0...master

ROLE_OWNER.ROLE_NAME v0.1.0 - unreleased
----------------------------------------

Added
~~~~~

- Initial release. [ypid]

16 changes: 16 additions & 0 deletions template_role/COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ROLE_OWNER.ROLE_NAME - FIXME

Copyright (C) 2016 Robin Schneider <[email protected]>
Copyright (C) 2016 DebOps Project http://debops.org/

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.

This program 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 this program. If not, see https://www.gnu.org/licenses/
24 changes: 1 addition & 23 deletions template_role/docs/copyright.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
Copyright
=========

::
.. literalinclude:: ../COPYRIGHT

Copyright (C) 2016 Robin Schneider <[email protected]>
Copyright (C) 2016 DebOps Project http://debops.org/
[see Credits for more details]

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.

This program 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 this program. If not, see https://www.gnu.org/licenses/

Credits
-------

* Robin `ypid` Schneider

* Author and current project maintainer
3 changes: 3 additions & 0 deletions template_role/docs/includes/global.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
.. _Ansible: https://www.ansible.com/
.. _`Ansible copy module`: https://docs.ansible.com/ansible/copy_module.html
.. _`Ansible file module`: https://docs.ansible.com/ansible/file_module.html
.. _`Ansible get_url module`: https://docs.ansible.com/ansible/get_url_module.html
.. _`Ansible unarchive module`: https://docs.ansible.com/ansible/unarchive_module.html

.. ]]]
Expand Down
2 changes: 1 addition & 1 deletion template_role/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:

company: 'DebOps'
author: 'Robin Schneider'
description: 'Setup and manage encrypted filesystems.'
description: 'FIXME.'
license: 'GPL-3.0'
min_ansible_version: '1.9.0'

Expand Down

0 comments on commit 03efe40

Please sign in to comment.