From 8f8673fb8dfa2bd4fa2694cbfdcb6eed54e502de Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Sat, 3 Dec 2016 17:50:41 -0500 Subject: Updated gitignore Signed-off-by: Larry Smith Jr --- playbook.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 playbook.yml (limited to 'playbook.yml') diff --git a/playbook.yml b/playbook.yml deleted file mode 100644 index 498c829..0000000 --- a/playbook.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- hosts: all - become: true - 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: - - rabbitmq_config_ha: true - - rabbitmq_enable_clustering: true - - pri_domain_name: 'test.vagrant.local' - - rabbitmq_master: 'node0' - roles: - - role: ansible-rabbitmq - tasks: -- cgit v1.2.3