|
|
@ -33,6 +33,7 @@
|
|
|
|
controller_url: "https://cloud.digitalenergy.online"
|
|
|
|
controller_url: "https://cloud.digitalenergy.online"
|
|
|
|
account_name: "MyMainAccount"
|
|
|
|
account_name: "MyMainAccount"
|
|
|
|
rg_name: "MyRg01"
|
|
|
|
rg_name: "MyRg01"
|
|
|
|
|
|
|
|
state: present
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
|
register: my_rg
|
|
|
|
register: my_rg
|
|
|
|
|
|
|
|
|
|
|
@ -43,6 +44,7 @@
|
|
|
|
controller_url: "https://cloud.digitalenergy.online"
|
|
|
|
controller_url: "https://cloud.digitalenergy.online"
|
|
|
|
name: "MyVins01"
|
|
|
|
name: "MyVins01"
|
|
|
|
rg_id: "{{ my_rg.facts.id }}"
|
|
|
|
rg_id: "{{ my_rg.facts.id }}"
|
|
|
|
|
|
|
|
state: present
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
|
register: my_vins
|
|
|
|
register: my_vins
|
|
|
|
|
|
|
|
|
|
|
|