25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
378B

  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'
  12. - include: save.yml
  13. when:
  14. ssh_host_key_state == 'configured' or
  15. ssh_host_key_state == 'scanned'