Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 8a6e1fc

Browse files
author
Matej Stajduhar
committed
Updating-names-of-functions-2
1 parent 7784cc8 commit 8a6e1fc

File tree

1 file changed

+8
-8
lines changed
  • roles/aws/aws_admin_tools/defaults

1 file changed

+8
-8
lines changed

roles/aws/aws_admin_tools/defaults/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ aws_admin_tools:
44
allowed_ips:
55
- 192.168.1.1/32 # Ip of server with access to API-s
66
functions:
7-
- name: "Get_Forecasted_Costs"
7+
- name: "get_forecasted_costs"
88
type: GET
99
inline_policies:
1010
name: "{{ _aws_profile }}Billing"
1111
resource: "*"
1212
action:
1313
- "ce:*"
1414
policies: []
15-
- name: "Change_ASG_Scaling"
15+
- name: "change_asg_scaling"
1616
type: POST
1717
policies:
1818
- arn:aws:iam::aws:policy/AmazonEC2FullAccess
19-
- name: "Get_List_Of_EC2"
19+
- name: "get_list_of_ec2"
2020
type: GET
2121
policies: []
2222
inline_policies:
23-
name: "ListEc2"
23+
name: "list_ec2"
2424
resource: "*"
2525
action:
2626
- "ec2:DescribeAddresses"
2727
- "ec2:DescribeInstances"
28-
- name: "Get_IP_Set"
28+
- name: "get_ip_set"
2929
type: GET
3030
policies: []
3131
inline_policies:
32-
name: "Get_IP_Set"
32+
name: "get_ip_set"
3333
resource: "*"
3434
action:
3535
- "wafv2:GetIPSet"
36-
- name: "Update_IP_Set"
36+
- name: "update_ip_set"
3737
type: POST
3838
policies: []
3939
inline_policies:
40-
name: "Update_IP_Set"
40+
name: "update_ip_set"
4141
resource: "*"
4242
action:
4343
- "wafv2:UpdateIPSet"

0 commit comments

Comments
 (0)