You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 line
501B

  1. ---
  2. - include: regenerate.yml
  3. when: ssh_host_key_state == 'regenerated'
  4. - include: scan.yml
  5. when: ssh_host_key_state == 'scanned'
  6. - include: setup.yml
  7. when:
  8. ssh_host_key_state == 'configured'
  9. - include: fetch.yml
  10. when:
  11. ssh_host_key_state == 'fetched' or
  12. ssh_host_key_state == 'regenerated'
  13. - include: save.yml
  14. when:
  15. ssh_host_key_state == 'configured' or
  16. ssh_host_key_state == 'scanned' or
  17. ssh_host_key_state == 'regenerated' or
  18. ssh_host_key_state == 'saved'