summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/seal_ami.yml
blob: 8239a64fbacac71837eb4d945e135a82a033e6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# If running this play directly, be sure the variable
# 'openshift_aws_ami_name' is set correctly for your usage.
# See build_ami.yml for an example.
- hosts: localhost
  connection: local
  become: no
  tasks:
  - name: seal the ami
    include_role:
      name: openshift_aws
      tasks_from: seal_ami.yml