Install Nginx+Lighthouse
Ubuntu 20.04+
Variable | Default | Description |
---|---|---|
path |
/home/{{ansible_user}}/lightgouse |
Path to install Lighthouse |
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: lighthouse-hosts
roles:
- lighthouse
become: true
vars:
- path: "/home"
MIT
Kirill Kirsanov for Netology HW