diff --git a/README.md b/README.md index 9810dfa..20cef55 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ There are some playbooks that are meant to be ran locally. There are also cases * local-ansible.cfg will need to be used * `init-rocky-ansible-host.yml` will need to be ran using that configuration file (if there are roles/collections needed) +* **It is highly recommended that you change all `host: all` to `host: '{{ host }}'` as you may want more control.** ## Provides / Information diff --git a/role-rocky-rabbitmq.yml b/role-rocky-rabbitmq.yml index a0075a4..52dd346 100644 --- a/role-rocky-rabbitmq.yml +++ b/role-rocky-rabbitmq.yml @@ -1,7 +1,7 @@ --- # Stands up a RabbitMQ Cluster - name: Configure RabbitMQ - hosts: all + hosts: '{{ host }}' become: true vars_files: # vars/vaults/encpass.yml