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. # -> vhost: The vhost this queue will be part of. The default is /pubsub.
- name: Create a User - name: Create a User
hosts: all hosts: '{{ host }}'
become: false become: false
gather_facts: false gather_facts: false
vars_files: vars_files:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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