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.
|
# -> 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:
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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!
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user