IaC: with Ansible role to install and configure Puppet Description Ansible for Puppet CE Requirements Installation vagrant@localhost:~$ ansible-galaxy install wluisaraujo.puppet vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.puppet/requirements.txt Role Variables defaults/main.yml Dependencies None Example Playbook --- - hosts: localhost vars: - name: value roles: - puppet ...