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

Commit ce0f0d6

Browse files
author
Matej Stajduhar
committed
Updating-defaults
1 parent 9b961b5 commit ce0f0d6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

roles/aws/aws_admin_tools/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ aws_admin_tools:
22
runtime: "python3.12"
33
timeout: 20
44
allowed_ips:
5-
- 3.11.82.252/32 # Ip of server with access to API-s
5+
- 192.168.1.1/32 # Ip of server with access to API-s
66
functions:
77
- name: "GetForecastedCosts"
88
type: GET
99
policies:
10-
- "arn:aws:iam::aws:policy/job-function/Billing"
10+
- "arn:aws:iam::{{ _acc_id }}:policy/CEBillingPolicy" # Custom policy
1111
- name: "ChangeASGScaling"
1212
type: POST
1313
policies:

0 commit comments

Comments
 (0)