Files
2018-03-15 11:08:05 -05:00

10 lines
207 B
YAML

---
- hosts: all
tasks:
- name: Install firewalld so we can disable it in the playbook.
yum: name=firewalld state=present
# Node.js test.
- import_playbook: ../nodejs/provisioning/playbook.yml