mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-09 15:33:30 +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:
|
||||
- {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
|
||||
|
||||
MIT / BSD
|
||||
|
|
Loading…
Reference in a new issue