%PDF- %PDF-
| Direktori : /proc/self/root/etc/ansible/roles/web/tasks/ |
| Current File : //proc/self/root/etc/ansible/roles/web/tasks/sites-gathering_facts-all.yml |
---
# get info about site installed on localhost
# save info to: bx_sites_info
- name: gathering facts about installed sites
bx_facts: name=list password=0
delegate_to: "{{ cluster_web_server }}"
tags: gathering_facts
- name: create variable bx_sites_info
set_fact:
bx_sites_info: "{{ hostvars[inventory_hostname]['bx_sites'] }}"
tags: gathering_facts