X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=playbook.yml;h=4936577fd3dda6cc5056319cfd0eb718828b9261;hb=ee7f4e7c0750e17853d1d0364c92ebd4caaea4b0;hp=19683208be372d68d5a782f98238640e3acd345e;hpb=29203a454c495039001f59cd9204d33013f6c2f4;p=github%2Ffretlink%2Fansible-rabbitmq.git diff --git a/playbook.yml b/playbook.yml index 1968320..4936577 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,25 +1,12 @@ --- -- hosts: all - become: true +- hosts: rabbitmq_cluster vars: - pri_domain_name: 'test.vagrant.local' - roles: - tasks: - - name: updating /etc/hosts - lineinfile: - dest: /etc/hosts - regexp: "^{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}" - line: "{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}" - state: present - with_items: "{{ groups['all'] }}" - -- hosts: all - become: true - vars: - pri_domain_name: 'test.vagrant.local' - rabbitmq_config_ha: true + etc_hosts_add_all_hosts: true + etc_hosts_pri_dns_name: '{{ pri_domain_name }}' + pri_domain_name: 'vagrant.local' rabbitmq_enable_clustering: true - rabbitmq_master: 'node0' + rabbitmq_master: "{{ groups['rabbitmq_cluster'][0] }}" roles: + - role: ansible-etc-hosts - role: ansible-rabbitmq tasks: