Merge branch 'main' of ssh://pagure.io/fedora-infra/ansible
This commit is contained in:
commit
309cb94383
348 changed files with 1963 additions and 5941 deletions
|
@ -1,21 +0,0 @@
|
|||
pam_url:
|
||||
{
|
||||
settings:
|
||||
{
|
||||
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results
|
||||
userfield = "user"; # userfield name to send
|
||||
passwdfield = "token"; # passwdfield name to send
|
||||
extradata = "&do=login"; # extradata to send
|
||||
prompt = "Password+Token: "; # password prompt
|
||||
};
|
||||
|
||||
ssl:
|
||||
{
|
||||
verify_peer = true; # Should we verify SSL ?
|
||||
verify_host = true; # Should we verify the CN in the SSL cert?
|
||||
client_cert = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side certificate
|
||||
client_key = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side key (can be same file as above if a single cert)
|
||||
ca_cert = "/etc/pki/tls/private/totpcgi-ca.cert";
|
||||
};
|
||||
};
|
|
@ -1,27 +0,0 @@
|
|||
pam_url:
|
||||
{
|
||||
settings:
|
||||
{
|
||||
{% if env == 'staging' %}
|
||||
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% elif datacenter == 'iad2' %}
|
||||
url = "https://fas-all.iad2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% else %}
|
||||
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% endif %}
|
||||
returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results
|
||||
userfield = "user"; # userfield name to send
|
||||
passwdfield = "token"; # passwdfield name to send
|
||||
extradata = "&do=login"; # extradata to send
|
||||
prompt = "Password+Token: "; # password prompt
|
||||
};
|
||||
|
||||
ssl:
|
||||
{
|
||||
verify_peer = true; # Should we verify SSL ?
|
||||
verify_host = true; # Should we verify the CN in the SSL cert?
|
||||
client_cert = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side certificate
|
||||
client_key = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side key (can be same file as above if a single cert)
|
||||
ca_cert = "/etc/pki/tls/private/totpcgi-ca.cert";
|
||||
};
|
||||
};
|
|
@ -1,21 +0,0 @@
|
|||
pam_url:
|
||||
{
|
||||
settings:
|
||||
{
|
||||
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results
|
||||
userfield = "user"; # userfield name to send
|
||||
passwdfield = "token"; # passwdfield name to send
|
||||
extradata = "&do=login"; # extradata to send
|
||||
prompt = "Password+Token: "; # password prompt
|
||||
};
|
||||
|
||||
ssl:
|
||||
{
|
||||
verify_peer = true; # Should we verify SSL ?
|
||||
verify_host = true; # Should we verify the CN in the SSL cert?
|
||||
client_cert = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side certificate
|
||||
client_key = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side key (can be same file as above if a single cert)
|
||||
ca_cert = "/etc/pki/tls/private/totpcgi-ca.cert";
|
||||
};
|
||||
};
|
|
@ -1,21 +0,0 @@
|
|||
pam_url:
|
||||
{
|
||||
settings:
|
||||
{
|
||||
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
||||
returncode = "OK"; # The remote script/cgi should return a 200 http code and this string as its only results
|
||||
userfield = "user"; # userfield name to send
|
||||
passwdfield = "token"; # passwdfield name to send
|
||||
extradata = "&do=login"; # extradata to send
|
||||
prompt = "Password+Token: "; # password prompt
|
||||
};
|
||||
|
||||
ssl:
|
||||
{
|
||||
verify_peer = true; # Should we verify SSL ?
|
||||
verify_host = true; # Should we verify the CN in the SSL cert?
|
||||
client_cert = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side certificate
|
||||
client_key = "/etc/pki/tls/private/totpcgi.pem"; # file to use as client-side key (can be same file as above if a single cert)
|
||||
ca_cert = "/etc/pki/tls/private/totpcgi-ca.cert";
|
||||
};
|
||||
};
|
|
@ -1,9 +0,0 @@
|
|||
#%PAM-1.0
|
||||
auth required pam_env.so
|
||||
auth sufficient pam_url.so config=/etc/pam_url.conf
|
||||
auth requisite pam_succeed_if.so uid >= 500 quiet
|
||||
auth required pam_deny.so
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session optional pam_keyinit.so revoke
|
||||
session required pam_limits.so
|
|
@ -1,6 +0,0 @@
|
|||
#%PAM-1.0
|
||||
auth include system-auth
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session optional pam_keyinit.so revoke
|
||||
session required pam_limits.so
|
|
@ -1,6 +1,5 @@
|
|||
[fedora-modular]
|
||||
name=Fedora Modular $releasever - $basearch
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/releases/$releasever/Modular/$basearch/os/
|
||||
{% else %}
|
||||
|
@ -14,7 +13,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-modular-debuginfo]
|
||||
name=Fedora Modular $releasever - $basearch - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/releases/$releasever/Modular/$basearch/debug/tree/
|
||||
{% else %}
|
||||
|
@ -28,7 +26,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-modular-source]
|
||||
name=Fedora Modular $releasever - Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/releases/$releasever/Modular/source/tree/
|
||||
{% else %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fedora-modular]
|
||||
name=Fedora Modular $releasever - $basearch
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/releases/$releasever/Modular/$basearch/os/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch
|
||||
|
@ -14,7 +13,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-modular-debuginfo]
|
||||
name=Fedora Modular $releasever - $basearch - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/releases/$releasever/Modular/$basearch/debug/tree/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch
|
||||
|
@ -28,7 +26,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-modular-source]
|
||||
name=Fedora Modular $releasever - Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/releases/$releasever/Modular/source/tree/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates-modular]
|
||||
name=Fedora Modular $releasever - $basearch - Updates
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Modular/$basearch/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch
|
||||
enabled=1
|
||||
|
@ -9,7 +8,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-modular-debuginfo]
|
||||
name=Fedora Modular $releasever - $basearch - Updates - Debug
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Modular/$basearch/debug/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
@ -18,7 +16,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-modular-source]
|
||||
name=Fedora Modular $releasever - Updates Source
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Modular/SRPMS/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates-modular]
|
||||
name=Fedora Modular $releasever - $basearch - Updates
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Modular/$basearch/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch
|
||||
|
@ -13,7 +12,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-modular-debuginfo]
|
||||
name=Fedora Modular $releasever - $basearch - Updates - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Modular/$basearch/debug/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch
|
||||
|
@ -26,7 +24,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-modular-source]
|
||||
name=Fedora Modular $releasever - Updates Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Modular/SRPMS/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates-testing-modular]
|
||||
name=Fedora Modular $releasever - $basearch - Test Updates
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/testing/$releasever/Modular/$basearch/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
@ -9,7 +8,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-modular-debuginfo]
|
||||
name=Fedora Modular $releasever - $basearch - Test Updates Debug
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Modular/$basearch/debug/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
@ -18,7 +16,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-modular-source]
|
||||
name=Fedora Modular $releasever - Test Updates Source
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Modular/SRPMS/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates-testing-modular]
|
||||
name=Fedora Modular $releasever - $basearch - Test Updates
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/testing/$releasever/Modular/$basearch/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
@ -9,7 +8,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-modular-debuginfo]
|
||||
name=Fedora Modular $releasever - $basearch - Test Updates Debug
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Modular/$basearch/debug/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
@ -18,7 +16,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-modular-source]
|
||||
name=Fedora Modular $releasever - Test Updates Source
|
||||
failovermethod=priority
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Modular/SRPMS/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch
|
||||
enabled=0
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates-testing]
|
||||
name=Fedora $releasever - $basearch - Test Updates
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/testing/$releasever/Everything/$basearch/
|
||||
{% else %}
|
||||
|
@ -13,7 +12,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-debuginfo]
|
||||
name=Fedora $releasever - $basearch - Test Updates Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/testing/$releasever/Everything/$basearch/debug/
|
||||
{% else %}
|
||||
|
@ -26,7 +24,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-source]
|
||||
name=Fedora $releasever - Test Updates Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/testing/$releasever/Everything/SRPMS/
|
||||
{% else %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates-testing]
|
||||
name=Fedora $releasever - $basearch - Test Updates
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/testing/$releasever/Everything/$basearch/
|
||||
{% else %}
|
||||
|
@ -13,7 +12,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-debuginfo]
|
||||
name=Fedora $releasever - $basearch - Test Updates Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/testing/$releasever/Everything/$basearch/debug/
|
||||
{% else %}
|
||||
|
@ -26,7 +24,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-testing-source]
|
||||
name=Fedora $releasever - Test Updates Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/testing/$releasever/Everything/SRPMS/
|
||||
{% else %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates]
|
||||
name=Fedora $releasever - $basearch - Updates
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int > 27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Everything/$basearch/
|
||||
{% else %}
|
||||
|
@ -13,7 +12,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-debuginfo]
|
||||
name=Fedora $releasever - $basearch - Updates - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int > 27 %}
|
||||
baseurl=http://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Everything/$basearch/debug/
|
||||
{% else %}
|
||||
|
@ -26,7 +24,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-source]
|
||||
name=Fedora $releasever - Updates Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int > 27 %}
|
||||
baseurl=http://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/updates/$releasever/Everything/SRPMS/
|
||||
{% else %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[updates]
|
||||
name=Fedora $releasever - $basearch - Updates
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Everything/$basearch/
|
||||
{% else %}
|
||||
|
@ -13,7 +12,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-debuginfo]
|
||||
name=Fedora $releasever - $basearch - Updates - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/Everything/$basearch/debug/
|
||||
{% else %}
|
||||
|
@ -26,7 +24,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[updates-source]
|
||||
name=Fedora $releasever - Updates Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int >27 %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/updates/$releasever/SRPMS/
|
||||
{% else %}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fedora]
|
||||
name=Fedora $releasever - $basearch
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/releases/$releasever/Everything/$basearch/os/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -14,7 +13,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-debuginfo]
|
||||
name=Fedora $releasever - $basearch - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=http://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/releases/$releasever/Everything/$basearch/debug/tree/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
|
||||
|
@ -28,7 +26,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-source]
|
||||
name=Fedora $releasever - Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched|int is defined else FedoraRawhideNumber|int ) %}
|
||||
baseurl=http://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora/linux/releases/$releasever/Everything/source/tree/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[fedora]
|
||||
name=Fedora $releasever - $basearch
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=https://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/releases/$releasever/Everything/$basearch/os/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
||||
|
@ -14,7 +13,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-debuginfo]
|
||||
name=Fedora $releasever - $basearch - Debug
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=http://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/releases/$releasever/Everything/$basearch/debug/tree/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
|
||||
|
@ -28,7 +26,6 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|||
|
||||
[fedora-source]
|
||||
name=Fedora $releasever - Source
|
||||
failovermethod=priority
|
||||
{% if ansible_distribution_major_version|int < ( FedoraBranchedNumber|int if FedoraBranched == True else FedoraRawhideNumber|int ) %}
|
||||
baseurl=http://infrastructure.fedoraproject.org/pub{{ archive_if_archived }}/fedora-secondary/releases/$releasever/Everything/source/tree/
|
||||
#metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
|
||||
|
|
|
@ -33,6 +33,7 @@ ipa_client_shell_groups:
|
|||
- sysadmin-odcs
|
||||
- sysadmin-osbs
|
||||
- sysadmin-qa
|
||||
- sysadmin-retrace
|
||||
- sysadmin-releasemonitoring
|
||||
- sysadmin-releng
|
||||
- sysadmin-tools
|
||||
|
|
|
@ -1,62 +0,0 @@
|
|||
---
|
||||
lvm_size: 20000
|
||||
mem_size: 6144
|
||||
num_cpus: 2
|
||||
freezes: false
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 3000, 3001, 3002, 3003 ]
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: bugzilla2fedmsg
|
||||
ipa_host_group_desc: Service to bridge Bugzilla events into fedmsg
|
||||
ipa_client_shell_groups:
|
||||
- sysadmin-datanommer
|
||||
- sysadmin-noc
|
||||
- sysadmin-veteran
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-datanommer
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: bugzilla2fedmsg
|
||||
owner: root
|
||||
group: fedmsg
|
||||
can_send:
|
||||
- bugzilla.bug.new
|
||||
- bugzilla.bug.update
|
||||
|
||||
# for fedora-messaging
|
||||
username: "bugzilla2fedmsg{{ env_suffix }}"
|
||||
|
||||
# For the MOTD
|
||||
csi_security_category: Low
|
||||
csi_primary_contact: Fedmsg admins - sysadmin-datanommer-members@fedoraproject.org
|
||||
csi_purpose: Run the bugzilla2fedmsg bridge to forward RH messages onto fedmsg
|
||||
csi_relationship: |
|
||||
A 'moksha-hub' daemon is the only thing really running here. (Don't confuse
|
||||
that with the 'fedmsg-hub' running on most of our other backend machines.)
|
||||
|
||||
The bugzilla2fedmsg package provides a plugin to the moksha-hub that
|
||||
connects out over the STOMP protocol to a 'fabric' of JBOSS FUSE brokers
|
||||
living in the Red Hat DMZ. We authenticate with a cert/key pair that is
|
||||
kept in /etc/pki/fedmsg/. Those brokers should push bugzilla events over
|
||||
STOMP to our moksha-hub daemon. When a message arrives, we query bugzilla
|
||||
about the change to get some 'more interesting' data to stuff in our
|
||||
payload, then we sign the message using a fedmsg cert and fire it off to the
|
||||
rest of our bus.
|
||||
|
||||
This service has no database, no memcached usage. It depends on those STOMP
|
||||
brokers and being able to query bugzilla.rh.com.
|
||||
|
||||
STOMP config: /etc/moksha/production.ini
|
||||
fedmsg config: /etc/fedmsg.d/
|
||||
certs: /etc/pki/fedmsg
|
||||
code: /usr/lib/python2.7/site-packages/bugzilla2fedmsg.py
|
|
@ -1,61 +0,0 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 1
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 3000, 3001 ]
|
||||
|
||||
ipa_host_group: bugzilla2fedmsg
|
||||
ipa_host_group_desc: Service to bridge Bugzilla events into fedmsg
|
||||
ipa_client_shell_groups:
|
||||
- sysadmin-datanommer
|
||||
- sysadmin-noc
|
||||
- sysadmin-veteran
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-datanommer
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: bugzilla2fedmsg
|
||||
owner: root
|
||||
group: fedmsg
|
||||
can_send:
|
||||
- bugzilla.bug.new
|
||||
- bugzilla.bug.update
|
||||
|
||||
# for fedora-messaging
|
||||
username: "bugzilla2fedmsg{{ env_suffix }}"
|
||||
|
||||
# For the MOTD
|
||||
csi_security_category: Low
|
||||
csi_primary_contact: Fedmsg admins - sysadmin-datanommer-members@fedoraproject.org
|
||||
csi_purpose: Run the bugzilla2fedmsg bridge to forward RH messages onto fedmsg
|
||||
csi_relationship: |
|
||||
A 'moksha-hub' daemon is the only thing really running here. (Don't confuse
|
||||
that with the 'fedmsg-hub' running on most of our other backend machines.)
|
||||
|
||||
The bugzilla2fedmsg package provides a plugin to the moksha-hub that
|
||||
connects out over the STOMP protocol to a 'fabric' of JBOSS FUSE brokers
|
||||
living in the Red Hat DMZ. We authenticate with a cert/key pair that is
|
||||
kept in /etc/pki/fedmsg/. Those brokers should push bugzilla events over
|
||||
STOMP to our moksha-hub daemon. When a message arrives, we query bugzilla
|
||||
about the change to get some 'more interesting' data to stuff in our
|
||||
payload, then we sign the message using a fedmsg cert and fire it off to the
|
||||
rest of our bus.
|
||||
|
||||
This service has no database, no memcached usage. It depends on those STOMP
|
||||
brokers and being able to query bugzilla.rh.com.
|
||||
|
||||
STOMP config: /etc/moksha/production.ini
|
||||
fedmsg config: /etc/fedmsg.d/
|
||||
certs: /etc/pki/fedmsg
|
||||
code: /usr/lib/python2.7/site-packages/bugzilla2fedmsg.py
|
|
@ -6,7 +6,7 @@ mem_size: 15360
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 6
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.125.254
|
||||
dns: 10.3.163.33
|
||||
|
|
|
@ -6,8 +6,8 @@ mem_size: 40960
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 5
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/aarch64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/aarch64/os/
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.170.254
|
||||
dns: 10.3.163.33
|
||||
|
|
|
@ -6,8 +6,8 @@ mem_size: 40960
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 5
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/aarch64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/aarch64/os/
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.167.254
|
||||
dns: 10.3.163.33
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
# common items for the buildvm-aarmv7* koji builders
|
||||
volgroup: /dev/vg_guests
|
||||
lvm_size: 140000
|
||||
mem_size: 24576
|
||||
mem_size: 40960
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 5
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-34-armv7
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/armhfp/os/
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.170.254
|
||||
dns: 10.3.163.33
|
||||
|
|
|
@ -7,7 +7,7 @@ max_mem_size: "{{ mem_size }}"
|
|||
num_cpus: 5
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-34-armv7
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/development/34/Server/armhfp/os/
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/armhfp/os/
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.167.254
|
||||
dns: 10.3.163.33
|
||||
|
|
|
@ -6,7 +6,7 @@ mem_size: 20480
|
|||
max_mem_size: 20480
|
||||
num_cpus: 8
|
||||
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/33/Server/ppc64le/os/
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/34/Server/ppc64le/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
|
||||
ipa_server: ipa01.iad2.fedoraproject.org
|
||||
|
|
|
@ -5,8 +5,8 @@ lvm_size: 150000
|
|||
mem_size: 10240
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 4
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/33/Server/ppc64le/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/34/Server/ppc64le/os/
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.167.254
|
||||
dns: 10.3.163.33
|
||||
|
|
|
@ -8,8 +8,8 @@ vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
|||
gw: 10.16.0.254
|
||||
main_bridge: vmbr
|
||||
volgroup: /dev/fedora_linux_lpar_1
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-31-s390x
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/31/Server/s390x/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/34/Server/s390x/os/
|
||||
dns: 10.3.163.33
|
||||
nm: 255.255.255.0
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic_unsafe }}"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
ansible_ifcfg_blocklist: True
|
||||
createrepo: False
|
||||
host_group: kojibuilder
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-s390x
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/s390x/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/34/Server/s390x/os/
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic_unsafe }}"
|
||||
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -8,8 +8,8 @@ num_cpus: 4
|
|||
dns: 10.3.163.33
|
||||
gw: 10.3.167.254
|
||||
nm: 255.255.255.0
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm_fedora
|
||||
resolvconf: "resolv.conf/iad2"
|
||||
virt_install_command: "{{ virt_install_command_one_nic_unsafe }}"
|
||||
ipa_server: ipa01.stg.iad2.fedoraproject.org
|
||||
|
|
|
@ -28,8 +28,22 @@ nm_controlled_resolv: True
|
|||
builders:
|
||||
# max|max_spawn|max_prealloc
|
||||
aws:
|
||||
x86_64: [100,15,15]
|
||||
armhfp: [20,3,3]
|
||||
aarch64: [20,6,6]
|
||||
x86_64: [30, 5, 5]
|
||||
aarch64: [8, 2, 2]
|
||||
aws_spot:
|
||||
x86_64: [60, 10, 20]
|
||||
aarch64: [30, 4, 6]
|
||||
|
||||
x86_hypervisor_01:
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
x86_hypervisor_02:
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
x86_hypervisor_03:
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
#x86_hypervisor_04:
|
||||
# x86_64: [20, 4, 20]
|
||||
|
||||
rpm_vendor_copr_name: Fedora Copr
|
||||
|
|
|
@ -16,9 +16,11 @@ copr_builder_images:
|
|||
x86_64: copr-builder-x86_64-f32-20200914_072608
|
||||
ppc64le: copr-builder-ppc64le-f31-20200117_132023
|
||||
aarch64: copr-builder-aarch64-f32-20200914_073754
|
||||
hypervisor:
|
||||
x86_64: copr-builder-20210511_210127
|
||||
aws:
|
||||
x86_64: ami-05655b44ed8d4f869 # copr-builder-x86_64-f33-20210119_150254
|
||||
aarch64: ami-0e26990bd41c19eba # copr-builder-aarch64-f33-20210119_145252
|
||||
x86_64: ami-05766cb7551777d09 # copr-builder-x86_64-f34-20210516_142224
|
||||
aarch64: ami-0b7d49fecf0c393a9 # copr-builder-aarch64-f34-20210516_143216
|
||||
|
||||
nrpe_procs_warn: 2200
|
||||
nrpe_procs_crit: 2500
|
||||
|
|
|
@ -19,8 +19,8 @@ copr_builder_images:
|
|||
hypervisor:
|
||||
x86_64: copr-builder-20210511_210127
|
||||
aws:
|
||||
x86_64: ami-05655b44ed8d4f869 # copr-builder-x86_64-f33-20210119_150254
|
||||
aarch64: ami-0e26990bd41c19eba # copr-builder-aarch64-f33-20210119_145252
|
||||
x86_64: ami-05766cb7551777d09 # copr-builder-x86_64-f34-20210516_142224
|
||||
aarch64: ami-0b7d49fecf0c393a9 # copr-builder-aarch64-f34-20210516_143216
|
||||
|
||||
do_sign: "true"
|
||||
|
||||
|
|
|
@ -29,8 +29,23 @@ nm_controlled_resolv: True
|
|||
builders:
|
||||
# max|max_spawn|max_prealloc
|
||||
aws:
|
||||
x86_64: [20,5,5]
|
||||
armhfp: [3,1,1]
|
||||
aarch64: [5,2,2]
|
||||
x86_64: [4, 1, 1]
|
||||
aarch64: [2, 1, 1]
|
||||
|
||||
aws_spot:
|
||||
x86_64: [5, 2, 3]
|
||||
aarch64: [5, 2, 2]
|
||||
|
||||
x86_hypervisor_01:
|
||||
x86_64: [2,1,1]
|
||||
|
||||
x86_hypervisor_02:
|
||||
x86_64: [2, 1, 1]
|
||||
|
||||
x86_hypervisor_03:
|
||||
x86_64: [2, 1, 1]
|
||||
|
||||
#x86_hypervisor_04:
|
||||
# x86_64: [2, 1, 1]
|
||||
|
||||
rpm_vendor_copr_name: Fedora Copr (devel)
|
||||
|
|
|
@ -10,6 +10,7 @@ fedora_nightlies_amqp_cert: /etc/pki/fedora-messaging/openqa-cert.pem
|
|||
fedora_nightlies_amqp_queue: "openqa_fedora_nightlies"
|
||||
fedora_nightlies_amqp_routing_keys: ["org.fedoraproject.prod.openqa.job.done", "org.fedoraproject.prod.pungi.compose.status.change"]
|
||||
fedora_nightlies_amqp_html_file: /usr/share/openqa/public/nightlies.html
|
||||
fedora_nightlies_amqp_data_file: /usr/share/openqa/public/nightlies.json
|
||||
|
||||
# fedora-messaging email error reporting settings
|
||||
fedora_nightlies_amqp_mailto: ["adamwill@fedoraproject.org"]
|
||||
|
|
|
@ -44,7 +44,8 @@ csi_purpose: Monitoring system
|
|||
#
|
||||
iad2_management_hosts:
|
||||
- backup01.mgmt.iad2.fedoraproject.org
|
||||
- bkernel-x86-01.mgmt.iad2.fedoraproject.org
|
||||
- bkernel01.mgmt.iad2.fedoraproject.org
|
||||
- bkernel02.mgmt.iad2.fedoraproject.org
|
||||
- bvmhost-x86-01.mgmt.iad2.fedoraproject.org
|
||||
- bvmhost-x86-02.mgmt.iad2.fedoraproject.org
|
||||
- bvmhost-x86-03.mgmt.iad2.fedoraproject.org
|
||||
|
|
|
@ -19,9 +19,6 @@ openqa_repo: updates-testing
|
|||
# we are all NFS workers for now at least
|
||||
openqa_nfs_worker: true
|
||||
|
||||
# 2021-05 git bump
|
||||
openqa_scratch: ["67449532"]
|
||||
|
||||
deployment_type: stg
|
||||
freezes: false
|
||||
|
||||
|
|
|
@ -12,10 +12,6 @@ openqa_env_suffix:
|
|||
openqa_env_prefix:
|
||||
openqa_env: production
|
||||
|
||||
# 2020-11: we're deploying prod from u-t ATM because I don't
|
||||
# want to wait a week to push stable
|
||||
openqa_repo: updates-testing
|
||||
|
||||
# we are all NFS workers for now at least
|
||||
openqa_nfs_worker: true
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
env: production
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: retrace
|
||||
ipa_host_group_desc: Retrace servers
|
||||
|
@ -14,15 +16,14 @@ ansible_ifcfg_blocklist: true
|
|||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 2049 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 5432 -j ACCEPT' ]
|
||||
custom_rules:
|
||||
- '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 2049 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 10.5.78.11 --dport 5432 -j ACCEPT'
|
||||
|
||||
|
||||
nrpe_procs_warn: 1800
|
||||
nrpe_procs_crit: 2000
|
||||
|
||||
devel: false
|
||||
|
||||
# Since retrace is on the qa network, it needs to actively connect to our
|
||||
# inbound relay.
|
||||
fedmsg_active: True
|
||||
|
|
|
@ -1,15 +1,9 @@
|
|||
---
|
||||
ipa_host_group: retrace
|
||||
ipa_host_group_desc: Retrace servers
|
||||
ipa_client_shell_groups:
|
||||
- retrace
|
||||
ipa_client_sudo_groups:
|
||||
- retrace
|
||||
devel: true
|
||||
env: staging
|
||||
|
||||
vpn: true
|
||||
|
||||
tcp_ports: [22, 80, 443 ]
|
||||
tcp_ports: [ 22, 80, 443 ]
|
||||
|
||||
sudoers: "{{ private }}/files/sudo/arm-retrace-sudoers"
|
||||
root_auth_users: msuchy mfabik mgrabovs mzidek
|
||||
|
|
|
@ -28,3 +28,5 @@ ipa_realm: STG.FEDORAPROJECT.ORG
|
|||
ipa_admin_password: "{{ ipa_stg_admin_password }}"
|
||||
# RIP, FAS
|
||||
primary_auth_source: ipa
|
||||
ipa_server_nodes:
|
||||
- ipa01.stg.iad2.fedoraproject.org
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
nm: 255.255.255.0
|
||||
gw: 10.3.163.254
|
||||
dns: 10.3.163.33
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora-32-iad2
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/x86_64/os/
|
||||
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.3.163.88
|
||||
vmhost: vmhost-x86-07.iad2.fedoraproject.org
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.163.254
|
||||
dns: 10.3.163.33
|
||||
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.3.163.45
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: vmhost-x86-05.iad2.fedoraproject.org
|
||||
|
||||
datacenter: iad2
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.166.254
|
||||
dns: 10.3.163.33
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: vmhost-x86-04.stg.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.3.166.45
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.61
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:0d:2c:f0
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.61
|
||||
|
|
|
@ -5,30 +5,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ip: 10.3.167.46
|
||||
eth0_ipv4: 10.3.167.46
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:d4:6a:ca
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.62
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:ac:8e:53
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.62
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.54
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:ac:8e:53
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.54
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.63
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:ec:a5:81
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.63
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.64
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:5c:f6:d2
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.64
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.65
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:d7:98:00
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.65
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.66
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:de:fc:9e
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.66
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.67
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:5d:9e:16
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.67
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.68
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:08:bd:f4
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.68
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.69
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:e5:6a:68
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.69
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.70
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:e7:6f:ed
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.70
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.71
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:18:90:20
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.71
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.72
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:23:d9:c7
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.72
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.73
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:67:17:ea
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.73
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.74
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:28:be:1a
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.74
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.75
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:52:1c:61
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.75
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.76
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:34:95:28
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.76
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.77
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:6c:d2:9d
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.77
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.78
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:f9:13:e4
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.78
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.79
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:2d:53:c8
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.79
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.80
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:b6:5e:eb
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.80
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.81
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:67:c4:5b
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.81
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.82
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:77:e0:9d
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.82
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.83
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:59:40:a8
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.83
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.84
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:d3:91:61
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.84
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.85
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:fa:fc:dd
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.85
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.86
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:43:98:b2
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.86
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.87
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:ef:19:17
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.87
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.144
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:9e:67:92
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.144
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.145
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:48:3e:a3
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.145
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.146
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:ec:06:17
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.146
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.91
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:a0:23:2f
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.91
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.45
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:2f:20:0d
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.167.45
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.92
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:81:4c:e8
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.92
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.52
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:2b:1d:73
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.52
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.93
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:9c:4e:9d
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.93
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.94
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:4f:50:9f
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.170.94
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.95
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:d8:ce:90
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.95
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.96
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:56:00:ac
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.96
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.97
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:3d:74:dc
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.97
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.98
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:20:d4:4b
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.98
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.99
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:c8:74:89
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.99
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.100
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:fa:fe:fd
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.100
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.101
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:79:6d:b9
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.101
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.102
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:54:7f:f2
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.102
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.103
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:6c:e5:84
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.103
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.104
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:70:9d:8d
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.104
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.105
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:e4:02:9f
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.105
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.106
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:92:3b:d3
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.106
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.107
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:26:84:9e
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.107
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.108
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:14:25:7b
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.108
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.109
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:fa:b9:23
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.109
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.110
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:7e:9a:f1
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.110
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.170.111
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.170.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:f9:49:c1
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.170.111
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue