mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
Nagios requires hosts files to be in major groups. For aws this is in the inventory/cloud file.
This commit is contained in:
@@ -901,45 +901,55 @@ bvirthost
|
||||
buildvmhost
|
||||
#virthost_cloud
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_front_aws]
|
||||
copr-fe.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_back_aws]
|
||||
copr-be.aws.fedoraproject.org
|
||||
copr-be-temp.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_dist_git_aws]
|
||||
copr-dist-git.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_front_dev_aws]
|
||||
# stg machine in AWS
|
||||
copr-fe-dev.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_back_dev_aws]
|
||||
copr-be-dev.aws.fedoraproject.org
|
||||
copr-be-dev-temp.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_keygen_aws]
|
||||
copr-keygen.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_keygen_dev_aws]
|
||||
copr-keygen-dev.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_dist_git_dev_aws]
|
||||
copr-dist-git-dev.aws.fedoraproject.org
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_aws:children]
|
||||
copr_front_aws
|
||||
copr_back_aws
|
||||
copr_dist_git_aws
|
||||
copr_keygen_aws
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_dev_aws:children]
|
||||
copr_front_dev_aws
|
||||
copr_back_dev_aws
|
||||
copr_dist_git_dev_aws
|
||||
copr_keygen_dev_aws
|
||||
|
||||
### WHEN ADDING OR REMOVING TEMP HOSTS ADD/REMOVE IN inventory/cloud file
|
||||
[copr_all_instances_aws:children]
|
||||
copr_aws
|
||||
copr_dev_aws
|
||||
|
||||
Reference in New Issue
Block a user