Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2_vol_facts: Include volume encryption status #19017

Merged
merged 1 commit into from Dec 9, 2016
Merged

ec2_vol_facts: Include volume encryption status #19017

merged 1 commit into from Dec 9, 2016

Conversation

rouge8
Copy link
Contributor

@rouge8 rouge8 commented Dec 8, 2016

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ec2_vol_facts

ANSIBLE VERSION
ansible 2.1.2.0
  config file =
  configured module search path = Default w/o overrides
SUMMARY

Include whether or not a volume is encrypted in the results.

After:

        {
            "attachment_set": {
                "attach_time": "2016-04-18T02:41:35.000Z",
                "device": "/dev/sdi",
                "instance_id": "i-foo",
                "status": "attached"
            },
            "create_time": "2016-04-18T02:41:28.333Z",
            "encrypted": true,
            "id": "vol-foo",
            "iops": null,
            "region": "us-west-1",
            "size": 50,
            "snapshot_id": "",
            "status": "in-use",
            "tags": {},
            "type": "standard",
            "zone": "us-west-1b"
        }

@rouge8
Copy link
Contributor Author

rouge8 commented Dec 8, 2016

Migrated from ansible/ansible-modules-extras#3306

@gundalow gundalow changed the title Include volume encryption status in 'ec2_vol_facts' module ec2_vol_facts: Include volume encryption status Dec 9, 2016
@ryansb ryansb added the cloud label Dec 9, 2016
@ryansb ryansb merged commit cb9b5ab into ansible:devel Dec 9, 2016
@ryansb
Copy link
Contributor

ryansb commented Dec 9, 2016

Thanks for your contribution!

@resmo
Copy link
Contributor

resmo commented Dec 9, 2016

cherry picked to 2.2

@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants