IaC: with Ansible role to install and configure Apache WebServer
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.apache
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.apache/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- apache
...