Add autocloud host definitions.
This commit is contained in:
parent
4cd515c14f
commit
80f474a5b2
4 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
define host {
|
||||
host_name autocloud-backend01
|
||||
alias autocloud-backend01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address autocloud-backend01.phx2.fedoraproject.org
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
define host {
|
||||
host_name autocloud-backend02
|
||||
alias autocloud-backend02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address autocloud-backend02.phx2.fedoraproject.org
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name autocloud-web01
|
||||
alias autocloud-web01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address autocloud-web01.phx2.fedoraproject.org
|
||||
parents virthost22
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name autocloud-web02
|
||||
alias autocloud-web02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address autocloud-web02.phx2.fedoraproject.org
|
||||
parents virthost19
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue