commit 82784a675af505e02de4c4840420d41e8656ab55 Author: Jonathan Rosser Date: Wed Oct 14 13:50:55 2020 +0100 Add vars file for ubuntu bionic Change-Id: Ie605a2df06ef327c7eb5dcf0155cc51356849c8a diff --git a/vars/ubuntu-18.04.yml b/vars/ubuntu-18.04.yml new file mode 100644 index 0000000..bb1dd71 --- /dev/null +++ b/vars/ubuntu-18.04.yml @@ -0,0 +1,24 @@ +--- +# Copyright 2019, VEXXHOST, Inc. +# +# 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. + +## APT Cache options +cache_timeout: 600 + +uwsgi_bin: '/usr/bin' + +uwsgi_distro_packages: + - libpython3.6 + - uwsgi + - uwsgi-plugin-python3