geerlingguy/ansible-role-apache

possibility to enabled OR not apache on boot

jayalpes opened this issue · 5 comments

In tasks/main.yml:

  • name: Ensure Apache has selected state and enabled on boot.
    service:
    name: "{{ apache_service }}"
    state: "{{ apache_state }}"
    enabled: "{{ apache_boot }}"
    Can you add a var to enabled or not on boot ?
stale commented

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@jayalpes does this PR cover your requirements #217?

Not sure if or when it will get merged in as struggling to get some improvements merged in for vhosts and proxies for about 6 months.

stale commented

This issue is no longer marked for closure.

stale commented

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale commented

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.