Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 491 Bytes

Ansible SGX

Configure a system with the Intel SGX Development Environment

This playbook install the required dependencies to run SGX Examples on a given host.

Install

# Install ansible
dnf install -y ansible
# Install ansible.posix collection
ansible-galaxy collection install ansible.posix
# Install ansible-lint
dnf install -y python3-ansible-lint

Run

ansible-playbook ansible-playbook.yml

Lint

ansible-lint ansible-playbook.yml