https://github.com/wluisaraujo/ansible-role-apache
Infrastructure as Code (IaC) with Ansible role for Apache WebServer
https://github.com/wluisaraujo/ansible-role-apache
ansible ansible-role apache webserver
Last synced: 3 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for Apache WebServer
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-apache
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-04T22:06:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T12:16:58.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T18:50:38.928Z (7 months ago)
- Topics: ansible, ansible-role, apache, webserver
- Language: Dockerfile
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/apache) [](https://travis-ci.com/wluisaraujo/ansible-role-apache)
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [Apache WebServer](https://www.apache.org/)
------------
Description
------------
*
Requirements
------------
*
Installation
------------
```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.apache
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.apache/requirements.txt
```
Role Variables
--------------
[defaults/main.yml](defaults/main.yml)
Dependencies
------------
* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- apache
...
```
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)