Your IP : 3.12.164.21


Current Path : /proc/9785/cwd/etc/ansible/roles/push-server/tasks/
Upload File :
Current File : //proc/9785/cwd/etc/ansible/roles/push-server/tasks/main.yml

---
- debug:
    msg: "{{ ansible_playbook_file }}"

- name: include variables from temporary config
  include_vars:
    file: "{{ ansible_playbook_file }}"
  when: "ansible_playbook_file != 'NOT_DEFINED'"

- name: additional gathering facts
  bx_vat: 

- debug:
    msg: "manage = {{ manage }} and hostname = {{ hostname }}"

- include_tasks: remove_nodjs_push-server.yml
  when: "manage == 'remove_nodjs' and inventory_hostname == hostname"

- include_tasks: remove_nodjs_push-server.yml
  when: "manage == 'configure_nodejs' and inventory_hostname == push_server"

- include_tasks: configure_nodjs_push-server.yml
  when: "manage == 'configure_nodejs' and inventory_hostname == hostname"