You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
402 B
18 lines
402 B
- hosts: localhost
|
|
tasks:
|
|
- name: create
|
|
decort_rg:
|
|
authenticator: oauth2
|
|
controller_url: "https://cloud.digitalenergy.online"
|
|
rg_name: "rg_created_by_module"
|
|
# or
|
|
#rg_id: 999
|
|
account_id: 99
|
|
access:
|
|
action: "revoke"
|
|
user: "old_user"
|
|
state: present
|
|
verify_ssl: false
|
|
register: my_rg
|
|
delegate_to: localhost
|