Merge "Modify the hosts of the post-deploy.yml playbook"
This commit is contained in:
commit
a2551c2846
@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: Creating admin openrc file on the deploy node
|
- name: Creating admin openrc file on the deploy node
|
||||||
hosts: all
|
hosts: localhost
|
||||||
tasks:
|
tasks:
|
||||||
- template:
|
- template:
|
||||||
src: "roles/common/templates/admin-openrc.sh.j2"
|
src: "roles/common/templates/admin-openrc.sh.j2"
|
||||||
dest: "{{ node_config_directory }}/admin-openrc.sh"
|
dest: "{{ node_config_directory }}/admin-openrc.sh"
|
||||||
run_once: True
|
run_once: True
|
||||||
connection: local
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user