fastd.yml 262 B

123456789
  1. ---
  2. - name : Install and configure fastd
  3. hosts : all
  4. gather_facts : yes
  5. connection : "{{ kitchen_connection | default('local') }}"
  6. vars_files :
  7. - "fastd_pkg_vars.yml"
  8. roles :
  9. - "ansible-fastd"