Your IP : 18.118.93.209


Current Path : /proc/self/root/proc/9788/cwd/etc/ansible/roles/web/tasks/
Upload File :
Current File : //proc/self/root/proc/9788/cwd/etc/ansible/roles/web/tasks/sites-gathering_facts_site_names.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 site="{{ sites_filter }}"
  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