%PDF- %PDF-
Direktori : /etc/ansible/roles/web/tasks/ |
Current File : //etc/ansible/roles/web/tasks/sites-gathering_facts.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 status=finished 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