Files

10 lines
204 B
YAML

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