From 20533910cdf86ea72b378a5ed3949202af785e1b Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Sat, 20 May 2017 21:14:18 -0400 Subject: Added ability to do some initial configs for issue #9 Signed-off-by: Larry Smith Jr --- tasks/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/config.yml (limited to 'tasks') diff --git a/tasks/config.yml b/tasks/config.yml new file mode 100644 index 0000000..9ea5da2 --- /dev/null +++ b/tasks/config.yml @@ -0,0 +1,7 @@ +--- +- name: config | Configuring RabbitMQ + template: + src: "etc/rabbitmq/rabbitmq.config.j2" + dest: "/etc/rabbitmq/rabbitmq.config" + become: true + notify: "restart rabbitmq-server" -- cgit v1.2.3