change host to match inv hostgroup names

This commit is contained in:
Louis Abel 2024-02-10 17:31:11 -07:00
parent 6a3b33d7fd
commit 2ae271e4d6
Signed by: label
GPG Key ID: 3331F061D1D9990E
11 changed files with 11 additions and 11 deletions

View File

@ -18,7 +18,7 @@
# -> vhost: The vhost this queue will be part of. The default is /pubsub.
- name: Create a User
hosts: all
hosts: '{{ host }}'
become: false
gather_facts: false
vars_files:

View File

@ -4,7 +4,7 @@
# The username is the required parameter
- name: Create a User
hosts: all
hosts: '{{ host }}'
become: false
gather_facts: false
vars_files:

View File

@ -1,7 +1,7 @@
---
# Preps a system to be part of Account Services
- name: Configure Account Services
hosts: all
hosts: idp
become: true
handlers:

View File

@ -2,7 +2,7 @@
# Installs the mantis bug tracker
# This requries information from the vault
- name: Configure MantisBT
hosts: all
hosts: bugtracker
become: true
vars_files:
- vars/common.yml

View File

@ -1,7 +1,7 @@
---
# (Re)deploys the noggin theme
- name: Deploy Noggin Theme
hosts: all
hosts: idp
become: true
handlers:

View File

@ -1,7 +1,7 @@
---
# (Re)deploys the noggin theme
- name: Deploy Noggin
hosts: all
hosts: idp
become: true
handlers:

View File

@ -1,7 +1,7 @@
---
# MirrorManager2
- name: Install and configure mirrormanager
hosts: all
hosts: mirrormanager
become: false
vars_files:
# This playbook requires vaults!

View File

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

View File

@ -1,7 +1,7 @@
---
# Preps a system to be a repository
- name: Configure Repo Pool hosts (http)
hosts: all
hosts: repopool_http
become: true
vars_files:
- vars/common.yml

View File

@ -1,7 +1,7 @@
---
# Configures an instance to function as a HTTP serving member of repopool
- name: Configure Repo Pool hosts (rsync)
hosts: all
hosts: repopool_rsync
become: true
vars_files:
# vars/vaults/encpass.yml

View File

@ -1,7 +1,7 @@
---
# Preps a system to be a repository
- name: Configure RSS Feeds
hosts: all
hosts: srpmproc
become: true
vars_files:
- vars/common.yml