Files
2022-08-01 10:22:00 +07:00

40 lines
884 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ansible-lighthouse
=========
Данный playbook устанавливает `lighthouse` (доступ через webserver `nginx`).
Requirements
------------
None
Role Variables
--------------
- `nginx_username` - имя пользователя, из-под которого будет запущен процесс `nginx`
- `lighthouse_vcs` - путь до репозитория `lighthouse`
- `lighthouse_vcs_version` - версия внутри репозитория `lighthouse` (хэш коммита)
- `lighthouse_location` - путь до директории с `lighthouse`
- `lighthouse_access_log_name` - название лог-файла `nginx` для web-сервиса `lighthouse`
Dependencies
------------
None
Example Playbook
----------------
```yaml
---
- name: lighthouse
hosts: lighthouse
roles:
- lighthouse
```
License
-------
BSD