add basic data-analysis playbook. remove junk from master
This commit is contained in:
parent
72c3884057
commit
8271b715d8
4 changed files with 3 additions and 29 deletions
|
@ -331,6 +331,7 @@ lockbox01.phx2.fedoraproject.org
|
||||||
log01.phx2.fedoraproject.org
|
log01.phx2.fedoraproject.org
|
||||||
noc01.phx2.fedoraproject.org
|
noc01.phx2.fedoraproject.org
|
||||||
noc02.fedoraproject.org
|
noc02.fedoraproject.org
|
||||||
|
data-analysis01.phx2.fedoraproject.org
|
||||||
|
|
||||||
[ipsilon]
|
[ipsilon]
|
||||||
ipsilon01.phx2.fedoraproject.org
|
ipsilon01.phx2.fedoraproject.org
|
||||||
|
@ -506,7 +507,6 @@ smtp-mm-coloamer01.fedoraproject.org
|
||||||
smtp-mm-tummy01.fedoraproject.org
|
smtp-mm-tummy01.fedoraproject.org
|
||||||
|
|
||||||
[spare]
|
[spare]
|
||||||
junk01.phx2.fedoraproject.org
|
|
||||||
#
|
#
|
||||||
# All staging hosts should be in this group too.
|
# All staging hosts should be in this group too.
|
||||||
#
|
#
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/dopr-dev.cloud.fedoraproject.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/dopr-dev.cloud.fedoraproject.org.yml
|
||||||
#- include: /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
|
#- include: /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/junk01.phx2.fedoraproject.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/lists-dev.fedorainfracloud.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/lists-dev.fedorainfracloud.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/shogun-ca.cloud.fedoraproject.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/shogun-ca.cloud.fedoraproject.org.yml
|
||||||
- include: /srv/web/infra/ansible/playbooks/hosts/taiga.cloud.fedoraproject.org.yml
|
- include: /srv/web/infra/ansible/playbooks/hosts/taiga.cloud.fedoraproject.org.yml
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# This is a basic playbook
|
# This is a basic playbook
|
||||||
|
|
||||||
- name: make basic box
|
- name: make basic box
|
||||||
hosts: junk01.phx2.fedoraproject.org
|
hosts: data-analysis01.phx2.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
|
@ -132,32 +132,6 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
||||||
option host-name "download05";
|
option host-name "download05";
|
||||||
}
|
}
|
||||||
|
|
||||||
host junk01 {
|
|
||||||
hardware ethernet e4:1f:13:2f:d4:94;
|
|
||||||
fixed-address 10.5.126.7;
|
|
||||||
next-server 10.5.126.41;
|
|
||||||
option host-name "junk01";
|
|
||||||
}
|
|
||||||
|
|
||||||
host junk02 {
|
|
||||||
hardware ethernet e4:1f:13:64:1a:70;
|
|
||||||
fixed-address 10.5.126.8;
|
|
||||||
next-server 10.5.126.41;
|
|
||||||
option host-name "junk02";
|
|
||||||
}
|
|
||||||
|
|
||||||
host junk01-mgmt {
|
|
||||||
hardware ethernet e4:1f:13:29:24:95;
|
|
||||||
fixed-address 10.5.126.235;
|
|
||||||
option host-name "junk01-mgmt";
|
|
||||||
}
|
|
||||||
|
|
||||||
host junk02-mgmt {
|
|
||||||
hardware ethernet e4:1f:13:29:24:95;
|
|
||||||
fixed-address 10.5.126.236;
|
|
||||||
option host-name "junk02-mgmt";
|
|
||||||
}
|
|
||||||
|
|
||||||
host qa01-mgmt {
|
host qa01-mgmt {
|
||||||
hardware ethernet 00:21:5e:cb:4f:f1;
|
hardware ethernet 00:21:5e:cb:4f:f1;
|
||||||
fixed-address 10.5.126.185;
|
fixed-address 10.5.126.185;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue