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 Sep 22, 2016
1 parent 144d7c6 commit 5812e6e
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 33 deletions.
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
path = roles/debops.ifupdown
url = https://github.com/debops/ansible-ifupdown.git
[submodule "debops.librenms"]
path = roles/debops.librenms
path = roles/unverified_yet/debops.librenms
url = https://github.com/debops/ansible-librenms.git
[submodule "debops.lxc"]
path = roles/debops.lxc
Expand Down Expand Up @@ -179,7 +179,7 @@
path = roles/debops.subnetwork
url = https://github.com/debops/ansible-subnetwork.git
[submodule "playbooks/ansible-os-hardening"]
path = roles/hardening.os-hardening
path = roles/dev-sec.os-hardening
url = https://github.com/hardening-io/ansible-os-hardening.git
[submodule "playbooks/debops-playbooks"]
path = submodules/debops-playbooks
Expand Down Expand Up @@ -302,7 +302,7 @@
path = roles/debops-contrib.checkmk_agent
url = https://github.com/debops-contrib/ansible-checkmk_agent.git
[submodule "roles/hardening.ssh-hardening"]
path = roles/hardening.ssh-hardening
path = roles/dev-sec.ssh-hardening
url = https://github.com/hardening-io/ansible-ssh-hardening.git
[submodule "submodules/ansible-qubes"]
path = submodules/ansible-qubes
Expand Down Expand Up @@ -515,3 +515,6 @@
[submodule "inventory"]
path = inventory
url = https://github.com/ypid/ypid-ansible-inventory.git
[submodule "roles/dev-sec.apache-hardening"]
path = roles/dev-sec.apache-hardening
url = https://github.com/dev-sec/ansible-apache-hardening.git
2 changes: 1 addition & 1 deletion bin/debops-optimize
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ git ls-files -z | xargs --null -I '{}' find '{}' -type f -regextype posix-extend
s/`([[:alnum:]_-]+\.[[:alnum:]_-]+)`_/\1_/g;
s/``(debops\.[[:alnum:]_-]+)``/\1_/g;
s/``(ypid\.[[:alnum:]_-]+)``/\1_/g;
s/([^[:alnum:]`@_]\b(:?drybjed|ypid|ganto|htgoebel|nickjj|scibi|do3cc|AnBuKu|thiagotalma|jacksingleton|ser|yuvadm|pedroluislopez|patrickheeney|le9i0nx))([^[:alnum:]\/@_.>-])/\1_\3/g;
s/([^[:alnum:]`@_]\b(:?drybjed|ypid|ganto|htgoebel|nickjj|scibi|do3cc|AnBuKu|thiagotalma|jacksingleton|ser|yuvadm|pedroluislopez|patrickheeney|le9i0nx))([^[:alnum:]\/@_.>:-])/\1_\3/g;
s/\*\*(drybjed|ypid|ganto|htgoebel|nickjj|scibi|do3cc|AnBuKu|thiagotalma|jacksingleton|ser|yuvadm|pedroluislopez|patrickheeney|le9i0nx)\*\*/\1_/g;
s/([^`])(debops tools)([^`/ ])/\1`DebOps Tools`_\3/gi;
s/The current role maintainer is/The current role maintainer_ is/gi;
Expand Down
2 changes: 1 addition & 1 deletion playbooks/ypid-playbooks/service/ssh-hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

roles:

- role: hardening.ssh-hardening
- role: dev-sec.ssh-hardening
tags: [ 'role::ssh-hardening' ]
2 changes: 1 addition & 1 deletion roles/debops.ferm
1 change: 0 additions & 1 deletion roles/debops.librenms
Submodule debops.librenms deleted from 227ddc
2 changes: 1 addition & 1 deletion roles/debops.owncloud
2 changes: 1 addition & 1 deletion roles/debops.pki
2 changes: 1 addition & 1 deletion roles/debops.redis
2 changes: 1 addition & 1 deletion roles/debops.tinc
2 changes: 1 addition & 1 deletion roles/debops.unattended_upgrades
1 change: 1 addition & 0 deletions roles/dev-sec.apache-hardening
2 changes: 1 addition & 1 deletion roles/nusenu.relayor
1 change: 1 addition & 0 deletions roles/unverified_yet/debops.librenms
Submodule debops.librenms added at 4e049e
2 changes: 1 addition & 1 deletion roles_ypid/ypid.kernel_module
2 changes: 1 addition & 1 deletion submodules/debops-keyring
10 changes: 4 additions & 6 deletions template_role/docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Getting started
Example inventory
-----------------

To `changeme/FIXME**, add the hosts to the
``debops_service_ROLE_NAME`` Ansible inventory host group:
To manage `changeme/FIXME**, on a given host it should be included in the
``debops_service_ROLE_NAME`` Ansible inventory group:

.. code:: ini
Expand All @@ -21,8 +21,6 @@ To `changeme/FIXME**, add the hosts to the
Example playbook
----------------

Here's an example playbook that can be used to `changeme/FIXME** on a set of hosts:

If you are using this role without DebOps, here's an example Ansible playbook
that uses the ``ROLE_OWNER.ROLE_NAME`` role:

Expand Down Expand Up @@ -52,6 +50,6 @@ Available role tags:
Main role tag, should be used in the playbook to execute all of the role
tasks as well as role dependencies.

``role::ROLE_NAME:pkg``
Tasks related to system package management like installing, upgrading or
``role::ROLE_NAME:pkgs``
Tasks related to system package management like installing or
removing packages.
2 changes: 1 addition & 1 deletion template_role/docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Introduction

.. include:: includes/all.rst

The ``ROLE_OWNER.ROLE_NAME`` role allows you to setup and mange
The ``ROLE_OWNER.ROLE_NAME`` role allows you to manage and configure


Installation
Expand Down
3 changes: 1 addition & 2 deletions template_role/meta/ansigenome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ ansigenome_info:
license_url: 'https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)'

authors:

- name: 'Robin Schneider'
url: 'http://ypid.de/'
email: '[email protected]'
twitter: 'ypid'
github: 'ypid'

synopsis: |
8 changes: 3 additions & 5 deletions template_role/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ galaxy_info:

company: 'DebOps'
author: 'Robin Schneider'
description: 'FIXME.'
description: 'FIXME'
license: 'GPL-3.0'
min_ansible_version: '1.9.0'
min_ansible_version: '2.0.0'

platforms:

Expand All @@ -20,10 +20,8 @@ galaxy_info:
- name: Ubuntu
versions:
- precise
- quantal
- raring
- saucy
- trusty
- xenial

galaxy_tags:
- encryption
Expand Down
4 changes: 1 addition & 3 deletions template_role/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---

- name: Ensure specified packages are in there desired state
apt:
package:
name: '{{ item }}'
state: '{{ "present" if (ROLE_NAME__deploy_state == "present") else "absent" }}'
install_recommends: False
purge: True
with_flattened: '{{ ROLE_NAME__base_packages }}'
tags: [ 'role::ROLE_NAME:pkts' ]

0 comments on commit 5812e6e

Please sign in to comment.