change host to match inv hostgroup names
This commit is contained in:
parent
6a3b33d7fd
commit
2ae271e4d6
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# Preps a system to be part of Account Services
|
||||
- name: Configure Account Services
|
||||
hosts: all
|
||||
hosts: idp
|
||||
become: true
|
||||
|
||||
handlers:
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# (Re)deploys the noggin theme
|
||||
- name: Deploy Noggin Theme
|
||||
hosts: all
|
||||
hosts: idp
|
||||
become: true
|
||||
|
||||
handlers:
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# (Re)deploys the noggin theme
|
||||
- name: Deploy Noggin
|
||||
hosts: all
|
||||
hosts: idp
|
||||
become: true
|
||||
|
||||
handlers:
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# MirrorManager2
|
||||
- name: Install and configure mirrormanager
|
||||
hosts: all
|
||||
hosts: mirrormanager
|
||||
become: false
|
||||
vars_files:
|
||||
# This playbook requires vaults!
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# Stands up a RabbitMQ Cluster
|
||||
- name: Configure RabbitMQ
|
||||
hosts: all
|
||||
hosts: rabbitmq
|
||||
become: true
|
||||
vars_files:
|
||||
# vars/vaults/encpass.yml
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user