playbooks: roles: Drop explicit 'delegate_to' options
Bifrost instructions suggest to use 'connection: local' when calling any of the roles. However, there are scenarios which the roles can be delegated to some other host. The explicit 'delegate_to' statements prevent us from doing that and they are not necessary if we use 'connection: local' anyway. As such we drop the explicit statements to make the roles a bit more flexible. Change-Id: Ifc983992125d203899d74b8bf997f9f58f528978
This commit is contained in:
@@ -100,5 +100,4 @@
|
||||
root_gb: 10
|
||||
wait: "{{ wait_for_node_deploy }}"
|
||||
timeout: " {{ wait_timeout | default(1800) }}"
|
||||
delegate_to: localhost
|
||||
when: instance_info is not defined or ( instance_info is defined and instance_info | to_json == '{}' )
|
||||
|
||||
Reference in New Issue
Block a user