ansible-role-tftpd-hpa/playbook.yml

11 lines
170 B
YAML
Raw Normal View History

2016-01-20 23:34:45 +01:00
---
- name: Installs a TFTP server
hosts: all
become: true
remote_user: vagrant
vars:
roles:
- role: ansible-apache2
- role: ansible-tftpd-hpa
tasks: