ansible-role-tftpd-hpa/playbook.yml
Larry Smith Jr bb3178fdea first commit
2016-01-20 17:34:45 -05:00

10 lines
170 B
YAML

---
- name: Installs a TFTP server
hosts: all
become: true
remote_user: vagrant
vars:
roles:
- role: ansible-apache2
- role: ansible-tftpd-hpa
tasks: