mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 08:40:18 +01:00
Add TODOs to readme.
This commit is contained in:
parent
55e8cd1c29
commit
d89722325d
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ Note that this role doesn't configure SSL support out of the box; you would need
|
||||||
apache_vhosts:
|
apache_vhosts:
|
||||||
- {servername: "example.com", documentroot: "/var/www/vhosts/example_com"}
|
- {servername: "example.com", documentroot: "/var/www/vhosts/example_com"}
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- Use `lineinfile` rather than monolithic httpd.conf template.
|
||||||
|
- Conditionally configure Apache for Ubuntu as well (one role to rule them all).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT / BSD
|
MIT / BSD
|
||||||
|
|
Loading…
Reference in a new issue