Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable/disable a site / virtual host on the Apache2 webserver #9209

Open
1 task done
Hipska opened this issue Nov 29, 2024 · 1 comment
Open
1 task done

Enable/disable a site / virtual host on the Apache2 webserver #9209

Hipska opened this issue Nov 29, 2024 · 1 comment
Labels
feature This issue/PR relates to a feature request

Comments

@Hipska
Copy link

Hipska commented Nov 29, 2024

Summary

Similar to the already existing community.general.apache2_module module, a similar one for enabling/disabling specific sites might be useful as well.

Issue Type

Feature Idea

Component Name

apache2_site

Additional Information

- name: Enable my_cool_site
  community.general.apache2_site:
    state: present
    name: my_cool_site

- name: Disable old site
  community.general.apache2_site:
    state: absent
    name: very_old_site

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@Hipska Hipska changed the title Enables/disables a site / virtual host on the Apache2 webserver Enable/disable a site / virtual host on the Apache2 webserver Nov 29, 2024
@ansibullbot
Copy link
Collaborator

Files identified in the description:
None

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot ansibullbot added the feature This issue/PR relates to a feature request label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request
Projects
None yet
Development

No branches or pull requests

2 participants