Tinc.yaml 344 B

123456789101112131415
  1. ---
  2. - hosts: Tinc
  3. gather_facts: no
  4. roles:
  5. - role: tinc
  6. _varsfile: ffdota.yaml
  7. _phase: stage
  8. when: inventory_hostname in groups['ffdota']
  9. - role: tinc
  10. _varsfile: ffdotb.yaml
  11. _phase: stage
  12. when: inventory_hostname in groups['ffdotb']
  13. - role: tinc
  14. _phase: install
  15. when: tinc_install