seal_ami.yml 312 B

123456789101112
  1. ---
  2. # If running this play directly, be sure the variable
  3. # 'openshift_aws_ami_name' is set correctly for your usage.
  4. # See build_ami.yml for an example.
  5. - hosts: localhost
  6. connection: local
  7. become: no
  8. tasks:
  9. - name: seal the ami
  10. import_role:
  11. name: openshift_aws
  12. tasks_from: seal_ami.yml