From 4f97e81ffdf26e6ff10b0af341d2e1bc6f983eaf Mon Sep 17 00:00:00 2001 From: George Wilson Date: Tue, 22 Aug 2023 10:48:20 -0600 Subject: [PATCH] external-oem --- .../external-oem/ansible/playbook.yml | 25 +++++++++++++++++++ .../variants/external-oem/ansible/roles | 1 + 2 files changed, 26 insertions(+) create mode 100644 live-build/variants/external-oem/ansible/playbook.yml create mode 120000 live-build/variants/external-oem/ansible/roles diff --git a/live-build/variants/external-oem/ansible/playbook.yml b/live-build/variants/external-oem/ansible/playbook.yml new file mode 100644 index 00000000..316e740c --- /dev/null +++ b/live-build/variants/external-oem/ansible/playbook.yml @@ -0,0 +1,25 @@ +# +# Copyright 2018 Delphix +# +# 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. +# + +--- +- hosts: all + gather_facts: no + vars: + ansible_python_interpreter: /usr/bin/python3 + roles: + - appliance-build.minimal-common + - appliance-build.minimal-internal + #- appliance-build.minimal-development diff --git a/live-build/variants/external-oem/ansible/roles b/live-build/variants/external-oem/ansible/roles new file mode 120000 index 00000000..58b96301 --- /dev/null +++ b/live-build/variants/external-oem/ansible/roles @@ -0,0 +1 @@ +../../../misc/ansible-roles \ No newline at end of file