supernode.yml 280 B

12345678910
  1. ---
  2. - name : Fastd via pkg manager
  3. hosts : all
  4. gather_facts : yes
  5. #sudo : no
  6. connection : "{{ kitchen_connection | default('local') }}"
  7. vars_files :
  8. - "supernode_pkg_vars.yml"
  9. roles :
  10. - "ff-supernode"