Skip to content

Latest commit

 

History

History
executable file
·
47 lines (34 loc) · 1 KB

README.md

File metadata and controls

executable file
·
47 lines (34 loc) · 1 KB

Ansible Galaxy Build Status

IaC: with Ansible role to install and configure Apache WebServer


Description

Requirements

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.apache
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.apache/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - apache
...    

Licence