X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=playbook.yml;h=4936577fd3dda6cc5056319cfd0eb718828b9261;hb=c3b85a38ba6ce9465ee67c571916c5be11f683f0;hp=a9a7bba7fbe83a602a6daaab328c4039833fb202;hpb=203ffcbfc31abb06c306d3adbde7e44dce9afca2;p=github%2Ffretlink%2Fansible-rabbitmq.git diff --git a/playbook.yml b/playbook.yml index a9a7bba..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: - - config_rabbitmq_ha: true - - enable_rabbitmq_clustering: true - - pri_domain_name: 'test.vagrant.local' - - rabbitmq_master: 'node0' + 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: "{{ groups['rabbitmq_cluster'][0] }}" roles: + - role: ansible-etc-hosts - role: ansible-rabbitmq tasks: