intel_sgx_as

Ansible Role: Intel_SGX_AS

Ansible Role to install the as and ld libraries with mfence support required to build SGX apps with mitigations

Requirements

Pre-requisites not be covered by Ansible or the role:

  • None

Role Variables

See the variables defined in defaults/main.yml file.

Dependencies

Roles hosted on Galaxy and their parameters:

  • None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: all
  roles:
     - { role: melhindi.intel_sgx_as }

License

Apache 2.0

Contribute

To contribute to the development of this role the following setup is recommended:

# 1. Clone the repository with the expected role name:
git clone [email protected]:melhindi/ansible-role-intel-sgx-as.git melhindi.intel_sgx_as

# 2. Initialize the virtual environment
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

# 3. Use molecule to test the role
molecule converge

Note: This setup assumes that you do not have any globally installed ansible or molecule. Sometimes globally installed ansible/molecule can cause package/dependency conflicts.

About

Install as,ld and objdump tools with mfence support to build apps with mitigation

Install
ansible-galaxy install melhindi/ansible-role-intel-sgx-as
GitHub repository
License
bsd-3-clause
Downloads
60
Owner