When using the rax module everytime I run it it creates a new server with
the same name. Shouldn't it just say "ok" if the server name already exists?
- name: Server build request
rax:
credentials: "{{ bamboo_build_working_directory }}/.rackconnect"
name: "q-helios-test-{{ item.name }}"
flavor: performance1-1
image: ubuntu-1204-lts-precise-pangolin
wait: yes
state: present
auto_increment: False
wait_timeout: 600
networks:
- private
- public
group: "{{ item.groups }}"
with_items:
- { name: 'web01', groups: 'web' }
- { name: 'web02', groups: 'web' }
If this is how its supposed to work how can I change my task so it only
creates the server if it hasn't already been created?
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/9e9e0d96-c7b2-4f84-bc3e-b20afccb58cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.