ok using a tmp inventory file was my problem. my bad.

This commit is contained in:
Stephen Smoogen 2014-05-16 22:53:55 +00:00
parent d52f39215a
commit 84839ad928

View file

@ -1,25 +1,25 @@
# - name: Download servers - name: Download servers
# hosts: download hosts: download
# user: root user: root
# gather_facts: False gather_facts: False
# accelerate: False accelerate: False
# vars_files: vars_files:
# - /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml
# - "{{ private }}/vars.yml" - "{{ private }}/vars.yml"
# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
# tasks: tasks:
# - include: "{{ tasks }}/accelerate_prep.yml" - include: "{{ tasks }}/accelerate_prep.yml"
# handlers: handlers:
# - include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"
- name: make the box be real - name: make the box be real
hosts: download hosts: download
user: root user: root
gather_facts: True gather_facts: True
accelerate: False accelerate: True
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml