uninstall_ssh_keypair.yml 246 B

12345678910
  1. ---
  2. - hosts: localhost
  3. connection: local
  4. gather_facts: no
  5. tasks:
  6. - name: remove ssh keypair(s)
  7. include_role:
  8. name: openshift_aws
  9. tasks_from: uninstall_ssh_keys.yml
  10. when: openshift_aws_users | default([]) | length > 0