File tree Expand file tree Collapse file tree 28 files changed +110
-2
lines changed
credential_input_sources/tasks
execution_environments/tasks
inventory_source_update/tasks
master_role_example/tasks
notification_templates/tasks
workflow_job_templates/tasks Expand file tree Collapse file tree 28 files changed +110
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ bugfixes :
3
+ - Fixes async to work on default execution enviroments.
4
+ ...
Original file line number Diff line number Diff line change 1
1
---
2
2
bugfixes :
3
- - Fixes inventories hardcoded 'no_log : true' on the async job check task.
3
+ - Fixes inventories hardcoded 'no_log' true on the async job check task.
4
4
...
Original file line number Diff line number Diff line change 21
21
validate_certs : " {{ controller_validate_certs }}"
22
22
register : result
23
23
until : result.status == 200
24
- retries : 80
24
+ retries : 20
25
25
delay : 30
26
26
ignore_errors : true
27
27
Original file line number Diff line number Diff line change 26
26
poll : 0
27
27
register : __applications_job_async
28
28
changed_when : not __applications_job_async.changed
29
+ vars :
30
+ ansible_async_dir : ' /tmp/.ansible_async'
29
31
30
32
- name : " Create Applications | Wait for finish the Applications creation"
31
33
async_status :
39
41
loop_var : __applications_job_async_results_item
40
42
when : __applications_job_async_results_item.ansible_job_id is defined
41
43
no_log : " {{ controller_configuration_applications_secure_logging }}"
44
+ vars :
45
+ ansible_async_dir : ' /tmp/.ansible_async'
42
46
...
Original file line number Diff line number Diff line change 23
23
poll : 0
24
24
register : __credential_input_sources_job_async
25
25
changed_when : not __credential_input_sources_job_async.changed
26
+ vars :
27
+ ansible_async_dir : ' /tmp/.ansible_async'
26
28
27
29
- name : " Create Controller Credential Input Sources | Wait for finish the Controller Credential Input Sources creation"
28
30
async_status :
36
38
loop_var : __credential_input_sources_job_async_results_item
37
39
when : __credential_input_sources_job_async_results_item.ansible_job_id is defined
38
40
no_log : " {{ controller_configuration_credential_input_sources_secure_logging }}"
41
+ vars :
42
+ ansible_async_dir : ' /tmp/.ansible_async'
39
43
...
Original file line number Diff line number Diff line change 23
23
poll : 0
24
24
register : __credentialTypes_job_async
25
25
changed_when : not __credentialTypes_job_async.changed
26
+ vars :
27
+ ansible_async_dir : ' /tmp/.ansible_async'
26
28
27
29
- name : " Configure Controller Credential Types | Wait for finish the credential types creation"
28
30
async_status :
36
38
loop_var : __credentialTypes_job_async_result_item
37
39
when : __credentialTypes_job_async_result_item.ansible_job_id is defined
38
40
no_log : " {{ controller_configuration_credential_types_secure_logging }}"
41
+ vars :
42
+ ansible_async_dir : ' /tmp/.ansible_async'
39
43
...
Original file line number Diff line number Diff line change 28
28
poll : 0
29
29
register : __credentials_job_async
30
30
changed_when : not __credentials_job_async.changed
31
+ vars :
32
+ ansible_async_dir : ' /tmp/.ansible_async'
31
33
32
34
- name : " Configure Controller Credentials | Wait for finish the credential creation"
33
35
async_status :
41
43
loop_var : __credentials_job_async_results_item
42
44
when : __credentials_job_async_results_item.ansible_job_id is defined
43
45
no_log : " {{ controller_configuration_credentials_secure_logging }}"
46
+ vars :
47
+ ansible_async_dir : ' /tmp/.ansible_async'
44
48
...
Original file line number Diff line number Diff line change 26
26
poll : 0
27
27
register : __execution_environments_job_async
28
28
changed_when : not __execution_environments_job_async.changed
29
+ vars :
30
+ ansible_async_dir : ' /tmp/.ansible_async'
29
31
30
32
- name : " Create Controller Execution Environments | Wait for finish the Controller Execution Environments creation"
31
33
async_status :
39
41
loop_var : __execution_environments_job_async_results_item
40
42
when : __execution_environments_job_async_results_item.ansible_job_id is defined
41
43
no_log : " {{ controller_configuration_execution_environments_secure_logging }}"
44
+ vars :
45
+ ansible_async_dir : ' /tmp/.ansible_async'
42
46
...
Original file line number Diff line number Diff line change 27
27
poll : 0
28
28
register : __group_job_async
29
29
changed_when : not __group_job_async.changed
30
+ vars :
31
+ ansible_async_dir : ' /tmp/.ansible_async'
30
32
31
33
- name : " Create Controller Group | Wait for finish the Controller Group creation"
32
34
async_status :
40
42
loop_var : __group_job_async_results_item
41
43
when : __group_job_async_results_item.ansible_job_id is defined
42
44
no_log : " {{ controller_configuration_group_secure_logging }}"
45
+ vars :
46
+ ansible_async_dir : ' /tmp/.ansible_async'
43
47
...
Original file line number Diff line number Diff line change 24
24
poll : 0
25
25
register : __host_job_async
26
26
changed_when : not __host_job_async.changed
27
+ vars :
28
+ ansible_async_dir : ' /tmp/.ansible_async'
27
29
28
30
- name : " Configure Controller Hosts | Wait for finish the Hosts creation"
29
31
async_status :
37
39
loop_var : __host_job_async_results_item
38
40
when : __host_job_async_results_item.ansible_job_id is defined
39
41
no_log : " {{ controller_configuration_hosts_secure_logging }}"
42
+ vars :
43
+ ansible_async_dir : ' /tmp/.ansible_async'
40
44
...
Original file line number Diff line number Diff line change 29
29
poll : 0
30
30
register : __instance_groups_job_async
31
31
changed_when : not __instance_groups_job_async.changed
32
+ vars :
33
+ ansible_async_dir : ' /tmp/.ansible_async'
32
34
33
35
- name : " Configure Controller instance groups | Wait for finish the instance groups creation"
34
36
async_status :
42
44
loop_var : __instance_groups_job_async_results_item
43
45
when : __instance_groups_job_async_results_item.ansible_job_id is defined
44
46
no_log : " {{ controller_configuration_instance_groups_secure_logging }}"
47
+ vars :
48
+ ansible_async_dir : ' /tmp/.ansible_async'
45
49
...
Original file line number Diff line number Diff line change 26
26
poll : 0
27
27
register : __inventories_job_async
28
28
changed_when : not __inventories_job_async.changed
29
+ vars :
30
+ ansible_async_dir : ' /tmp/.ansible_async'
29
31
30
32
- name : " Create Controller inventories | Wait for finish the inventories creation"
31
33
async_status :
39
41
loop_var : __inventories_job_async_result_item
40
42
when : __inventories_job_async_result_item.ansible_job_id is defined
41
43
no_log : " {{ controller_configuration_inventories_secure_logging }}"
44
+ vars :
45
+ ansible_async_dir : ' /tmp/.ansible_async'
42
46
...
Original file line number Diff line number Diff line change 27
27
poll : 0
28
28
register : __inventory_source_update_async
29
29
changed_when : not __inventory_source_update_async.changed
30
+ vars :
31
+ ansible_async_dir : ' /tmp/.ansible_async'
30
32
31
33
- name : " Configure Inventory Source | Wait for finish the Inventory Source creation"
32
34
async_status :
40
42
loop_var : __inventory_source_update_async_results_item
41
43
when : __inventory_source_update_async_results_item.ansible_job_id is defined
42
44
no_log : " {{ controller_configuration_inventory_source_update_secure_logging }}"
45
+ vars :
46
+ ansible_async_dir : ' /tmp/.ansible_async'
43
47
...
Original file line number Diff line number Diff line change 43
43
poll : 0
44
44
register : __inventory_source_job_async
45
45
changed_when : not __inventory_source_job_async.changed
46
+ vars :
47
+ ansible_async_dir : ' /tmp/.ansible_async'
46
48
47
49
- name : " Configure Inventory Source | Wait for finish the Inventory Source creation"
48
50
async_status :
56
58
loop_var : __inventory_source_job_async_results_item
57
59
when : __inventory_source_job_async_results_item.ansible_job_id is defined
58
60
no_log : " {{ controller_configuration_inventory_sources_secure_logging }}"
61
+ vars :
62
+ ansible_async_dir : ' /tmp/.ansible_async'
59
63
...
Original file line number Diff line number Diff line change 66
66
poll : 0
67
67
register : __job_temaplates_job_async
68
68
changed_when : not __job_temaplates_job_async.changed
69
+ vars :
70
+ ansible_async_dir : ' /tmp/.ansible_async'
69
71
70
72
- name : " Configure Controller Job Templates | Wait for finish the job templates creation"
71
73
async_status :
79
81
loop_var : __job_temaplates_job_async_result_item
80
82
when : __job_temaplates_job_async_result_item.ansible_job_id is defined
81
83
no_log : " {{ controller_configuration_job_templates_secure_logging }}"
84
+ vars :
85
+ ansible_async_dir : ' /tmp/.ansible_async'
82
86
...
Original file line number Diff line number Diff line change 21
21
poll : 0
22
22
register : __controller_label_job_async
23
23
changed_when : not __controller_label_job_async.changed
24
+ vars :
25
+ ansible_async_dir : ' /tmp/.ansible_async'
24
26
25
27
- name : " Configure Labels | Wait for finish the Label creation"
26
28
async_status :
34
36
loop_var : __controller_label_job_async_results_item
35
37
when : __controller_label_job_async_results_item.ansible_job_id is defined
36
38
no_log : " {{ controller_configuration_labels_secure_logging }}"
39
+ vars :
40
+ ansible_async_dir : ' /tmp/.ansible_async'
37
41
...
Original file line number Diff line number Diff line change 23
23
poll : 0
24
24
register : __controller_***********_job_async
25
25
changed_when : not __controller_***********_job_async.changed
26
+ vars :
27
+ ansible_async_dir : ' /tmp/.ansible_async'
26
28
27
29
- name : " Configure *********** | Wait for finish the *********** creation"
28
30
async_status :
36
38
loop_var : __controller_***********_job_async_results_item
37
39
when : __controller_***********_job_async_results_item.ansible_job_id is defined
38
40
no_log : " {{ controller_configuration_*******_secure_logging }}"
41
+ vars :
42
+ ansible_async_dir : ' /tmp/.ansible_async'
39
43
...
Original file line number Diff line number Diff line change 26
26
poll : 0
27
27
register : __controller_notification_job_async
28
28
changed_when : not __controller_notification_job_async.changed
29
+ vars :
30
+ ansible_async_dir : ' /tmp/.ansible_async'
29
31
30
32
- name : " Configure notifications | Wait for finish the notifications creation"
31
33
async_status :
39
41
loop_var : __controller_notification_job_async_results_item
40
42
when : __controller_notification_job_async_results_item.ansible_job_id is defined
41
43
no_log : " {{ controller_configuration_notifications_secure_logging }}"
44
+ vars :
45
+ ansible_async_dir : ' /tmp/.ansible_async'
42
46
...
Original file line number Diff line number Diff line change 29
29
poll : 0
30
30
register : __organizations_job_async
31
31
changed_when : not __organizations_job_async.changed
32
+ vars :
33
+ ansible_async_dir : ' /tmp/.ansible_async'
32
34
33
35
- name : " Configure Controller Organizations | Wait for finish the organization creation"
34
36
async_status :
42
44
loop_var : __organizations_job_async_results_item
43
45
when : __organizations_job_async_results_item.ansible_job_id is defined
44
46
no_log : " {{ controller_configuration_organizations_secure_logging }}"
47
+ vars :
48
+ ansible_async_dir : ' /tmp/.ansible_async'
45
49
...
Original file line number Diff line number Diff line change 27
27
poll : 0
28
28
register : __project_update_job_async
29
29
changed_when : not __project_update_job_async.changed
30
+ vars :
31
+ ansible_async_dir : ' /tmp/.ansible_async'
30
32
31
33
- name : " Configure Controller Projects | Wait for finish the projects creation"
32
34
async_status :
40
42
loop_var : __project_update_job_async_results_item
41
43
when : __project_update_job_async_results_item.ansible_job_id is defined
42
44
no_log : " {{ controller_configuration_project_update_secure_logging }}"
45
+ vars :
46
+ ansible_async_dir : ' /tmp/.ansible_async'
43
47
...
Original file line number Diff line number Diff line change 43
43
poll : 0
44
44
register : __projects_job_async
45
45
changed_when : not __projects_job_async.changed
46
+ vars :
47
+ ansible_async_dir : ' /tmp/.ansible_async'
46
48
47
49
- name : " Configure Controller Projects | Wait for finish the projects creation"
48
50
async_status :
56
58
loop_var : __projects_job_async_results_item
57
59
when : __projects_job_async_results_item.ansible_job_id is defined
58
60
no_log : " {{ controller_configuration_projects_secure_logging }}"
61
+ vars :
62
+ ansible_async_dir : ' /tmp/.ansible_async'
59
63
...
Original file line number Diff line number Diff line change 36
36
poll : 0
37
37
register : __controller_role_job_async
38
38
changed_when : not __controller_role_job_async.changed
39
+ vars :
40
+ ansible_async_dir : ' /tmp/.ansible_async'
39
41
40
42
- name : " Configure Roles | Wait for finish the Roles creation"
41
43
async_status :
49
51
loop_var : __controller_role_job_async_results_item
50
52
when : __controller_role_job_async_results_item.ansible_job_id is defined
51
53
no_log : " {{ controller_configuration_role_secure_logging }}"
54
+ vars :
55
+ ansible_async_dir : ' /tmp/.ansible_async'
52
56
...
Original file line number Diff line number Diff line change 33
33
poll : 0
34
34
register : __controller_schedule_job_async
35
35
changed_when : not __controller_schedule_job_async.changed
36
+ vars :
37
+ ansible_async_dir : ' /tmp/.ansible_async'
36
38
37
39
- name : " Configure Schedules | Wait for finish the Schedules creation"
38
40
async_status :
46
48
loop_var : __controller_schedule_job_async_results_item
47
49
when : __controller_schedule_job_async_results_item.ansible_job_id is defined
48
50
no_log : " {{ controller_configuration_schedules_secure_logging }}"
51
+ vars :
52
+ ansible_async_dir : ' /tmp/.ansible_async'
49
53
...
Original file line number Diff line number Diff line change 22
22
poll : 0
23
23
register : __controller_setting_job_async
24
24
changed_when : not __controller_setting_job_async.changed
25
+ vars :
26
+ ansible_async_dir : ' /tmp/.ansible_async'
25
27
26
28
- name : " Configure Settings | Wait for finish the Settings creation"
27
29
async_status :
35
37
loop_var : __controller_setting_job_async_results_item
36
38
when : __controller_setting_job_async_results_item.ansible_job_id is defined
37
39
no_log : " {{ controller_configuration_settings_secure_logging }}"
40
+ vars :
41
+ ansible_async_dir : ' /tmp/.ansible_async'
38
42
...
Original file line number Diff line number Diff line change 22
22
poll : 0
23
23
register : __controller_team_job_async
24
24
changed_when : not __controller_team_job_async.changed
25
+ vars :
26
+ ansible_async_dir : ' /tmp/.ansible_async'
25
27
26
28
- name : " Configure Teams | Wait for finish the Teams creation"
27
29
async_status :
35
37
loop_var : __controller_team_job_async_results_item
36
38
when : __controller_team_job_async_results_item.ansible_job_id is defined
37
39
no_log : " {{ controller_configuration_teams_secure_logging }}"
40
+ vars :
41
+ ansible_async_dir : ' /tmp/.ansible_async'
38
42
...
Original file line number Diff line number Diff line change 28
28
poll : 0
29
29
register : __controller_user_accounts_job_async
30
30
changed_when : not __controller_user_accounts_job_async.changed
31
+ vars :
32
+ ansible_async_dir : ' /tmp/.ansible_async'
31
33
32
34
- name : " Configure Users | Wait for finish the Users creation"
33
35
async_status :
41
43
loop_var : __controller_user_accounts_job_async_results_item
42
44
when : __controller_user_accounts_job_async_results_item.ansible_job_id is defined
43
45
no_log : " {{ controller_configuration_users_secure_logging }}"
46
+ vars :
47
+ ansible_async_dir : ' /tmp/.ansible_async'
44
48
...
You can’t perform that action at this time.
0 commit comments