File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 ansible.builtin.debug :
77 msg : " Hello worlds"
88
9- - name : Pause for 10 seconds to rest
9+ - name : Pause for 5 seconds to rest
1010 ansible.builtin.pause :
11- seconds : 10
11+ seconds : 5
1212
1313 - name : Say goodbye
1414 ansible.builtin.debug :
1515 msg : " Bye bye"
16+
17+ - name : Create a file
18+ ansible.builtin.file :
19+ path : goji.bacche
20+ mode : ' 0444'
21+ state : touch
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Ribes nero
3+ hosts : all
4+ tasks :
5+ - name : Delete file created by goji.yaml
6+ ansible.builtin.file :
7+ path : goji.bacche
8+ state : absent
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiver: 3
33provider : fragola
44terraform :
55 variables :
6- jam : rosa_selvatica
6+ fruit : lampone
77ansible :
88 hana_media :
99 - mora
@@ -14,3 +14,5 @@ ansible:
1414 az_sas_token : ' ***'
1515 create :
1616 - sambuconero.yaml
17+ - marasca.yaml
18+ - sambuconero.yaml
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ansible:
1111 hana_urls : mirtillo
1212 az_storage_account_name : ribes
1313 az_container_name : uvaspina
14- az_sas_token : ' ***'
14+ az_key_name : ' ***'
1515 create :
1616 - timbio.yaml
1717 - purace.yaml
Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ ansible:
1111 hana_urls : mirtillo
1212 az_storage_account_name : ribes
1313 az_container_name : uvaspina
14- az_sas_token : ' ***'
14+ az_key_name : ' ***'
1515 create :
1616 - sambuconero.yaml
1717 - marasca.yaml
1818 - sambuconero.yaml
19+ - goji.yaml
20+ destroy :
21+ - ribes_nero.yaml
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ ansible:
1414 az_sas_token : ' ***'
1515 create :
1616 - goji.yaml
17+ destroy :
18+ - ribes_nero.yaml
You can’t perform that action at this time.
0 commit comments