diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7f8ee7a --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +patreon: papanito +custom: https://flattr.com/@papanito diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..84f55e4 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,26 @@ +name: master and pr builds +on: + push: + branches: + - master + pull_request: + branches: + - master + workflow_dispatch: + +jobs: + build: + name: Ansible lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Lint Ansible Playbook + uses: ansible/ansible-lint-action@master + with: + targets: "**/*.yml" + - name: Install Dependencies + run: pip install ansible + - name: Create ansible.cfg with correct roles_path + run: printf '[defaults]\nroles_path=../:./' >ansible.cfg + - name: Run ansible syntax-check + run: ansible-playbook tests/test.yml -i tests/inventory --syntax-check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..92c2aea --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,86 @@ +name: Create release + +on: + push: + tags: + - 'v*.*.*' + +jobs: + build: + name: Ansible linting + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Lint Ansible Playbook + uses: ansible/ansible-lint-action@master + with: + targets: "**/*.yml" + - name: Install Dependencies + run: pip install ansible + - name: Create ansible.cfg with correct roles_path + run: printf '[defaults]\nroles_path=../:./' >ansible.cfg + - name: Run ansible syntax-check + run: ansible-playbook tests/test.yml -i tests/inventory --syntax-check + + prepare-release: + name: Prepare Release + runs-on: ubuntu-latest + steps: + - name: Set RELEASE_VERSION + run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + - uses: actions/checkout@v2 + with: + ref: ${{ github.ref }} + fetch-depth: 0 + - name: Create release branch + run: git checkout -b release/$RELEASE_VERSION && git push --set-upstream origin release/$RELEASE_VERSION + - name: Install auto-changelog + run: sudo npm install -g auto-changelog + - name: Set current version + run: echo $RELEASE_VERSION > ./VERSION + - name: Create changelog + run: auto-changelog --ignore-commit-pattern "\[?ci|docu|meta\]?|fixup" + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "[meta] Update changelog, bump version" + file_pattern: ./VERSION ./CHANGELOG.md + commit_user_name: My GitHub Actions Bot + commit_user_email: ci@wyssmann.com + commit_author: Papanito + push_options: --force + + create-release: + name: Create Release + runs-on: ubuntu-latest + steps: + - name: Set env + run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + - name: Checkout code + uses: actions/checkout@v2 + - name: Install auto-changelog + run: sudo npm install -g auto-changelog + - name: Create release notes + run: auto-changelog --ignore-commit-pattern "\[?ci|docu|meta\]?|fixup" --starting-version $RELEASE_VERSION -o RELEASENOTES.md + - name: Create Release + id: create_release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + with: + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} + body_path: ./RELEASENOTES.md + draft: false + prerelease: false + needs: + - build + - prepare-release + + import-role: + runs-on: ubuntu-latest + needs: create-release + steps: + - uses: 0x022b/galaxy-role-import-action@v1 + with: + galaxy_api_key: ${{ secrets.ansible_galaxy_apikey }} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8dada3e --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7a272b --- /dev/null +++ b/README.md @@ -0,0 +1,120 @@ +# Ansible role "papanito.crowdsec" + +![Ansible Role](https://img.shields.io/ansible/role/46965) ![Ansible Quality Score](https://img.shields.io/ansible/quality/46965) ![Ansible Role](https://img.shields.io/ansible/role/d/46965) ![GitHub issues](https://img.shields.io/github/issues/papanito/ansible-role-crowdsec) ![GitHub pull requests](https://img.shields.io/github/issues-pr/papanito/ansible-role-crowdsec) + +- [Role Details](#role-details) + - [Installation](#installation) +- [Requirements](#requirements) +- [Role Variables](#role-variables) + - [Bouncers](#bouncers) +- [Dependencies](#dependencies) +- [Testing](#testing) +- [Example Playbook](#example-playbook) +- [License](#license) +- [Author Info](#author-info) + +Ansible role to install [crowdsec][growdsec-git] or specifically the [crowdsec-agent][crowdsec-git] and [bouncers][crowdsec-hub] (**TBI**) + +- [Crowdsec-agent][crowdsec-git] is an open-source and lightweight software that allows you to detect peers with malevolent behaviors and block them from accessing your systems at various level (infrastructural, system, applicative) +- [Bouncers][bouncers] are standalone software pieces in charge of acting upon a decision taken by crowdsec : block an IP, present a captcha, enforce MFA on a given user, etc. + +In addition it let's you install (and remove) + +- **TBI** [Collections][collections] are bundle of [parsers], [scenarios], [postoverflows] that form a coherent package and are present in `/etc/crowdsec/collections/` + +## Role Details + +### Installation + +There are [different installation options][installation] and the role will do the following + +- on debian systems it installs the package from the repo +- for all others, it installs it from [tarball](https://doc.crowdsec.net/Crowdsec/v1/getting_started/installation/#using-the-unattended-wizard) + +## Requirements + +N/A + +## Role Variables + +There are common role variables and service specific ones. Most variables should be fine (as tested). Thus it's recommended to only define these variables + +|Parameter|Description|Default Value| +|---------|-----------|-------------| +|`cs_install_agent`|Whether to install the crowdsec agent|`true`| +|`cs_agent_version`|Version of the crowdsec agent to install|`v1.0.13`| +|`cs_bouncers`|Dictionary of bouncers to be installed|`-`| + +### Bouncers + +The installation process for [bouncers] differs. Thus for now I choose to only install "official" bouncers which are usually installed as follows + +```bash +$ tar xzvf cs-firewall-bouncer.tgz +$ sudo ./install.sh +``` + +One has to define `cf_bouncers` which contains the bouncer name and the version to be installed: + +```yaml +cs_bouncers: + cs-firewall-bouncer: ## bouncer name + version: v0.0.12 ## bouncer version +``` + +The following bouncers are supported: + +- [cs-firewall-bouncer](https://hub.crowdsec.net/author/crowdsecurity/bouncers/cs-firewall-bouncer) +- [cs-nginx-bouncer](https://hub.crowdsec.net/author/crowdsecurity/bouncers/cs-nginx-bouncer) +- [cs-custom-bouncer](https://hub.crowdsec.net/author/crowdsecurity/bouncers/cs-custom-bouncer) + + +## Dependencies + +n/a + +## Testing + +TBD + +## Example Playbook + +The following playbook installs the crowdsec agent with version `cf_agent_version` and the [bouncer][bounvers] `cs-firewall-bouncer` with version `v0.0.12` + +```yml +- name: Install crowdsec agentd + hosts: "servers" + vars: + bouncers: + cs-firewall-bouncer: + version: v0.0.12 + + roles: + - papanito.crowdsec +``` + +## License + +This is Free Software, released under the terms of the Apache v2 license. + +## Author Info + +Written by [Papanito](https://wyssmann.com) - [Gitlab](https://gitlab.com/papanito) / [Github](https://github.com/papanito) + + +[crowdsec-doc]: https://doc.crowdsec.net/ +[crowdsec-git]: https://github.com/crowdsecurity/crowdsec +[crowdsec-hub]: https://hub.crowdsec.net/ +[installation]: https://doc.crowdsec.net/Crowdsec/v1/getting_started/installation/# +[csli alerts]: https://docs.crowdsec.net/Crowdsec/v1/cscli/cscli_alerts/ +[bouncers]: https://docs.crowdsec.net/Crowdsec/v1/bouncers/ +[cscli bouncers]: https://docs.crowdsec.net/Crowdsec/v1/cscli/cscli_bouncers/ +[collections]: https://docs.crowdsec.net/v1.X/docs/references/collections/ +[cscli collections]: https://docs.crowdsec.net/Crowdsec/v1/cscli/cscli_collections/ +[parsers]: https://docs.crowdsec.net/v0.3.X/docs/references/parsers/ +[cscli parsers]: https://docs.crowdsec.net/Crowdsec/v1/cscli/cscli_parsers/ +[decisions]: https://docs.crowdsec.net/v1.X/docs/references/decisions/ +[Decision object documentation]: https://pkg.go.dev/github.com/crowdsecurity/crowdsec/pkg/models#Decision +[cscli decisions]: https://docs.crowdsec.net/Crowdsec/v1/cscli/cscli_decisions/ +[postoverflows]: https://docs.crowdsec.net/Crowdsec/v1/getting_started/concepts/#postoverflows +[cscli postoverflows]: https://docs.crowdsec.net/Crowdsec/v1/cscli/cscli_postoverflows/ \ No newline at end of file diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..45ea280 --- /dev/null +++ b/defaults/main.yml @@ -0,0 +1,21 @@ +--- +# defaults file for papanito.crowdsec +# https://github.com/crowdsecurity/crowdsec/releases/download/v1.0.13/ +cs_download_baseurl: https://github.com/crowdsecurity/crowdsec/releases/download/ +cs_tarball: crowdsec-release.tgz +cs_install_target_dir: /var/tmp +cs_config_file_base: /etc/crowdsec +cs_install_dir_agent: /usr/local/bin/ +cs_install_dir_bouncer: /usr/local/bin + +## configuration for default bouncers +cs_bouncers_official: + cs-firewall-bouncer: + base_url: https://github.com/crowdsecurity/cs-firewall-bouncer/releases/download/ + tarball: cs-firewall-bouncer.tgz + cs-nginx-bouncer: + base_url: https://github.com/crowdsecurity/cs-nginx-bouncer/releases/download/ + tarball: cs-nginx-bouncer.tgz + cs-custom-bouncer: + base_url: https://github.com/crowdsecurity/cs-custom-bouncer/releases/download/ + tarball: cs-custom-bouncer.tgz \ No newline at end of file diff --git a/handlers/main.yml b/handlers/main.yml new file mode 100644 index 0000000..738c48a --- /dev/null +++ b/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: Reload crowdsec + service: + name: crowdsec + state: reloaded diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..b85859d --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,28 @@ +galaxy_info: + role_name: crowdsec + namespace: papanito + author: Adrian Wyssmann + description: Ansible role to install crowdsec agent and bouncers + company: wyssmann.com + license: Apache + issue_tracker_url: https://github.com/papanito/ansible-role-crowdsec/issues + + min_ansible_version: 2.0 + + platforms: + - name: EL + versions: + - all + - name: Ubuntu + versions: + - all + - name: Debian + versions: + - all + + galaxy_tags: + - security + - infrastructure + - sysadmin + +dependencies: [] diff --git a/tasks/install_bouncers.yml b/tasks/install_bouncers.yml new file mode 100644 index 0000000..7c6b3de --- /dev/null +++ b/tasks/install_bouncers.yml @@ -0,0 +1,26 @@ +- name: "Check if bouncer {{ cs_bouncer }} is installed" + ansible.builtin.stat: + path: "{{ cs_install_dir_bouncer }}/{{ cs_bouncer }}" + register: bouncer_stat + +- name: Check if crowdsec agent is installed and return version + ansible.utils.cli_parse: + command: crowdsec -version + parser: + name: ansible.netcommon.native + template_path: cs-version.yml + set_fact: crowdsec_version + when: bouncer_stat.stat.exists + +- name: Unarchive {{ cs_download_baseurl }}/{{ cs_agent_version }}/{{ cs_tarball }} to {{ cs_install_target_dir }} + ansible.builtin.unarchive: + src: "{{ cs_download_baseurl }}/{{ cs_agent_version }}/{{ cs_tarball }}" + dest: "{{ cs_install_target_dir }}" + keep_newer: yes + remote_src: yes + when: not bouncer_stat.stat.exists # or version differs + +- name: Install crowdsec in unattended mode + ansible.builtin.command: "{{ cs_install_target_dir }}/crowdsec-{{ cs_agent_version }}/wizard.sh --unattended" + register: install_output + diff --git a/tasks/install_debian.yml b/tasks/install_debian.yml new file mode 100644 index 0000000..2960843 --- /dev/null +++ b/tasks/install_debian.yml @@ -0,0 +1,17 @@ +- name: add crowdsec apt-key + apt_key: + url: https://s3-eu-west-1.amazonaws.com/crowdsec.debian.pragmatic/crowdsec.asc + state: present + +- name: add crowdsec apt repository + apt_repository: + repo: https://s3-eu-west-1.amazonaws.com/crowdsec.debian.pragmatic/{{ ansible_distribution_release }} {{ ansible_distribution_release }} main + state: present + filename: crowdsec + update_cache: yes + +- name: install crowdsec + apt: + name: crowdsec + state: present + update_cache: yes diff --git a/tasks/install_tarball.yml b/tasks/install_tarball.yml new file mode 100644 index 0000000..23161ea --- /dev/null +++ b/tasks/install_tarball.yml @@ -0,0 +1,37 @@ +- name: Check if crowdsec agent is installed + ansible.builtin.stat: + path: "{{ cs_install_dir_agent }}/crowdsec" + register: crowdsec_stat + +# - name: Check version of crowdsec agent +# ansible.utils.cli_parse: +# command: crowdsec -version +# parser: +# name: ansible.netcommon.native +# os: linux +# set_fact: crowdsec_version +# when: crowdsec_stat.stat.exists + +- name: Unarchive {{ cs_download_baseurl }}/{{ cs_agent_version }}/{{ cs_tarball }} to {{ cs_install_target_dir }} + ansible.builtin.unarchive: + src: "{{ cs_download_baseurl }}/{{ cs_agent_version }}/{{ cs_tarball }}" + dest: "{{ cs_install_target_dir }}" + keep_newer: yes + remote_src: yes + when: not crowdsec_stat.stat.exists # or version differs + +- name: Install crowdsec in unattended mode + ansible.builtin.command: "./wizard.sh --unattended" + args: + chdir: "{{ cs_install_target_dir }}/crowdsec-{{ cs_agent_version }}/" + register: install_output + when: not crowdsec_stat.stat.exists # or version differs + become: true + +- name: Upgrade crowdsec + ansible.builtin.command: "./wizard.sh --upgrade" + args: + chdir: "{{ cs_install_target_dir }}/crowdsec-{{ cs_agent_version }}/" + register: upgrade_output + when: crowdsec_stat.stat.exists + become: true diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..19bfc42 --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,23 @@ +--- +# tasks file for papanito.crowdsec + +- name: Install crowdsec agent (Debian) + import_tasks: install_debian.yml + when: cs_install_agent|bool == true and ansible_os_family == 'Debian' + tags: + - agent + +- name: Install crowdsec agent (Non-Debian) + import_tasks: install_tarball.yml + when: cs_install_agent|bool == true and ansible_os_family != 'Debian' + tags: + - agent + +- name: Install bouncers + include_tasks: install_bouncers.yml + loop: "{{ cs_bouncers | dict2items }}" + loop_control: + loop_var: cs_bouncer + when: cs_bouncers + tags: + - bouncers \ No newline at end of file diff --git a/templates/linux_crowdsec_-version.yaml b/templates/linux_crowdsec_-version.yaml new file mode 100644 index 0000000..aa93899 --- /dev/null +++ b/templates/linux_crowdsec_-version.yaml @@ -0,0 +1,15 @@ +{{- /* +2021/05/21 11:23:40 version: v1.0.13-3-debian-pragmatic-a19f13ab45a18024ad7ddbf38ef2ff4aadeaaaf5 +2021/05/21 11:23:40 Codename: alphaga +2021/05/21 11:23:40 BuildDate: 2021-04-28_08:48:24 +2021/05/21 11:23:40 GoVersion: 1.15.8 +2021/05/21 11:23:40 Constraint_parser: >= 1.0, <= 2.0 +2021/05/21 11:23:40 Constraint_scenario: >= 1.0, < 3.0 +2021/05/21 11:23:40 Constraint_api: v1 +2021/05/21 11:23:40 Constraint_acquis: >= 1.0, < 2.0 +*/ -}} + +- example: '2021/05/21 11:23:40 version: v1.0.13-3-debian-pragmatic-a19f13ab45a18024ad7ddbf38ef2ff4aadeaaaf5' + getval: '(?P\S+) (?P