fixed meta, linting updates, added ansible-lint config and test-badges
This commit is contained in:
parent
2a9828cde1
commit
b086d6b850
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
skip_list:
|
||||
- 'var-naming'
|
||||
- 'no-handler'
|
||||
- 'role-name'
|
||||
- 'ignore-errors'
|
||||
- 'yaml'
|
||||
|
|
@ -6,4 +6,4 @@ rules:
|
|||
truthy:
|
||||
allowed-values: ['true', 'false', 'yes', 'no']
|
||||
line-length:
|
||||
max: 150
|
||||
max: 160
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
# Ansible Role - Apache2 Webserver
|
||||
Ansible Role to deploy one or multiple Apache2 sites on a linux server.
|
||||
|
||||
[](https://molecule.readthedocs.io/en/latest/)
|
||||
[](https://yamllint.readthedocs.io/en/stable/)
|
||||
[](https://ansible-lint.readthedocs.io/en/latest/)
|
||||
[](https://galaxy.ansible.com/ansibleguy/infra_apache)
|
||||
[](https://galaxy.ansible.com/ansibleguy/infra_apache)
|
||||
|
||||
|
|
@ -59,7 +62,7 @@ Also some basic mods will get a pre-config added. (_prefork, evasive_)
|
|||
|
||||
* **Note:** Most of the role's functionality can be opted in or out.
|
||||
|
||||
For all available options - see the default-config located in the main defaults-file!
|
||||
For all available options - see the default-config located in the main/site defaults-file!
|
||||
|
||||
|
||||
* **Note:** this role currently only supports debian-based systems
|
||||
|
|
|
|||
|
|
@ -3,11 +3,8 @@
|
|||
galaxy_info:
|
||||
author: 'AnsibleGuy <guy@ansibleguy.net>'
|
||||
namespace: 'ansibleguy'
|
||||
readme: 'README.md'
|
||||
license: 'GPLv3'
|
||||
repository: 'https://github.com/ansibleguy/infra_apache'
|
||||
issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues'
|
||||
github_branch: 'stable'
|
||||
min_ansible_version: 2.9.10
|
||||
description: 'Role to deploy apache2 sites on a linux server'
|
||||
platforms:
|
||||
|
|
|
|||
Loading…
Reference in New Issue