Skip to content

Commit

Permalink
build for oem partners
Browse files Browse the repository at this point in the history
  • Loading branch information
grwilson committed Aug 25, 2023
1 parent c30d05d commit eacad46
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@
comment: Delphix User
home: /export/home/delphix
password:
"{{ lookup('env', 'APPLIANCE_PASSWORD') | password_hash('sha512') }}"
"$6$oSDBhe8aMbPzcuGf$Zpnq.v8h6hdq/eYXs61oxvCK/b08mx.5uD61xoJq8SrQS\
tkEO.lzYgBhIEIWCIrF2cImTYZz/FIGGTYbOCvqO0"

- user:
name: root
password:
"{{ lookup('env', 'APPLIANCE_PASSWORD') | password_hash('sha512') }}"
"$6$oSDBhe8aMbPzcuGf$Zpnq.v8h6hdq/eYXs61oxvCK/b08mx.5uD61xoJq8SrQS\
tkEO.lzYgBhIEIWCIrF2cImTYZz/FIGGTYbOCvqO0"

#
# The virtualization package uses the /etc/issue file to store a
Expand Down
23 changes: 23 additions & 0 deletions live-build/variants/external-minimal/ansible/playbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# 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
1 change: 1 addition & 0 deletions live-build/variants/external-minimal/ansible/roles

0 comments on commit eacad46

Please sign in to comment.