update readme

This commit is contained in:
Louis Abel 2023-07-17 02:18:45 -07:00
parent 6148e7e96e
commit f2c4e1a5ff
Signed by: label
GPG Key ID: 3331F061D1D9990E
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
---
# Stands up a RabbitMQ Cluster
- name: Configure RabbitMQ
hosts: all
hosts: '{{ host }}'
become: true
vars_files:
# vars/vaults/encpass.yml