Compare commits
1 Commits
f9a61a99da
...
b9fac380e1
| Author | SHA1 | Date |
|---|---|---|
|
|
b9fac380e1 |
|
|
@ -276,9 +276,6 @@ ignored-parents=
|
|||
# Maximum number of arguments for function / method.
|
||||
max-args=5
|
||||
|
||||
# Maximum number of positional arguments for function / method.
|
||||
max-positional-arguments=5
|
||||
|
||||
# Maximum number of attributes for a class (see R0902).
|
||||
max-attributes=7
|
||||
|
||||
|
|
|
|||
22
README.md
22
README.md
|
|
@ -17,8 +17,6 @@ Molecule Logs: [Short](https://badges.ansibleguy.net/log/molecule_infra_apache_t
|
|||
**Tested:**
|
||||
* Debian 11
|
||||
|
||||
----
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
|
|
@ -37,26 +35,10 @@ ansible-galaxy install -r requirements.yml
|
|||
|
||||
----
|
||||
|
||||
## Advertisement
|
||||
|
||||
* Need **professional support** using Ansible or managing Web-Applications? Contact us:
|
||||
|
||||
E-Mail: [contact@oxl.at](mailto:contact@oxl.at)
|
||||
|
||||
Tel: [+43 3115 40 900 0](tel:+433115409000)
|
||||
|
||||
Web: [EN](https://www.o-x-l.com) | [DE](https://www.oxl.at)
|
||||
|
||||
Language: German or English
|
||||
|
||||
* You want a simple **Ansible GUI**?
|
||||
|
||||
Check-out this [Ansible WebUI](https://github.com/ansibleguy/webui)
|
||||
|
||||
----
|
||||
|
||||
## Usage
|
||||
|
||||
You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/ansibleguy/webui)
|
||||
|
||||
### Config
|
||||
|
||||
Define the apache dictionary as needed!
|
||||
|
|
|
|||
Loading…
Reference in New Issue