Skip to content

Commit

Permalink
Rename meta/routing.yml -> meta/runtime.yml (ansible-collections#60)
Browse files Browse the repository at this point in the history
Add action_groups field to meta/runtime.yml and remove meta/action_groups.yml
  • Loading branch information
s-hertel authored and jillr committed Jun 18, 2020
1 parent d89cf1b commit 7705508
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 46 deletions.
46 changes: 0 additions & 46 deletions meta/action_groups.yml

This file was deleted.

48 changes: 48 additions & 0 deletions meta/routing.yml → meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
action_groups:
aws:
- aws_s3
- ec2
- aws_secret
- cloudfront_facts
- iam
- rds
- ec2
- aws_az_facts
- aws_caller_facts
- cloudformation_facts
- ec2_ami_facts
- ec2_eni_facts
- ec2_group_facts
- ec2_snapshot_facts
- ec2_vol_facts
- ec2_vpc_dhcp_option_facts
- ec2_vpc_net_facts
- ec2_vpc_subnet_facts
- aws_az_info
- aws_caller_info
- aws_s3
- cloudformation
- cloudformation_info
- ec2
- ec2_ami
- ec2_ami_info
- ec2_elb_lb
- ec2_eni
- ec2_eni_info
- ec2_group
- ec2_group_info
- ec2_key
- ec2_snapshot
- ec2_snapshot_info
- ec2_tag
- ec2_tag_info
- ec2_vol
- ec2_vol_info
- ec2_vpc_dhcp_option
- ec2_vpc_dhcp_option_info
- ec2_vpc_net
- ec2_vpc_net_info
- ec2_vpc_subnet
- ec2_vpc_subnet_info
- s3_bucket

plugin_routing:
modules:
aws_az_facts:
Expand Down

0 comments on commit 7705508

Please sign in to comment.