diff --git a/meta/main.yml b/meta/main.yml index c2e96df..c6581a9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -30,6 +30,12 @@ galaxy_info: versions: - xenial - bionic + - name: EL + versions: + - 7 + - name: opensuse + versions: + - 15 galaxy_tags: - cloud - python diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml new file mode 100644 index 0000000..103b3ba --- /dev/null +++ b/vars/redhat-7.yml @@ -0,0 +1,24 @@ +--- +# Copyright 2017, taseer94@gmail.com +# All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +cache_timeout: 600 + +congress_distro_packages: + - git-core + - libxml2 + +congress_devel_distro_packages: + - libxml2-devel diff --git a/vars/suse.yml b/vars/suse.yml new file mode 100644 index 0000000..103b3ba --- /dev/null +++ b/vars/suse.yml @@ -0,0 +1,24 @@ +--- +# Copyright 2017, taseer94@gmail.com +# All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +cache_timeout: 600 + +congress_distro_packages: + - git-core + - libxml2 + +congress_devel_distro_packages: + - libxml2-devel