diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-09-08 00:27:13 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-09-08 00:27:13 +0000 |
commit | 9323d16886fd760c184ffdd0988d6f41bd475af9 (patch) | |
tree | a066651812ef1c88445066e0bef1b9ae6f0b2520 | |
parent | 362c1982f8cd216051a7976a584cd163f94f6014 (diff) | |
download | ansible-9323d16886fd760c184ffdd0988d6f41bd475af9.tar.gz ansible-9323d16886fd760c184ffdd0988d6f41bd475af9.tar.xz ansible-9323d16886fd760c184ffdd0988d6f41bd475af9.zip |
do not override group vars here
-rw-r--r-- | inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org | 3 | ||||
-rw-r--r-- | inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org index 29bd14af6..794c213c7 100644 --- a/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64-01.stg.ppc.fedoraproject.org @@ -4,6 +4,3 @@ eth0_ip: 10.5.129.230 gw: 10.5.129.254 main_bridge: br1 virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" - -ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-25-ppc64 -ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/25/Server/ppc64/os/ diff --git a/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org index daa950009..d322b8def 100644 --- a/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-01.stg.ppc.fedoraproject.org @@ -4,7 +4,3 @@ eth0_ip: 10.5.129.231 gw: 10.5.129.254 main_bridge: br1 virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" - -ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-25-ppc64le -ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/25/Server/ppc64le/os/ - |