Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Ansible role to install and configure Clang compiler

License

Notifications You must be signed in to change notification settings

Provizanta/ansible-role-clang

Repository files navigation

Ansible role: clang

Build & Deploy

Install Clang LLVM compiler & tools for repo.

Requirements

None

Role Variables

These variables are defined in defaults/main.yml:

clang_version: 10              # int, clang versions

clang_install_tools: false      # bool, install all clang tools

Dependencies

None

Example Playbook

- hosts: localhost
  roles:
    - role: clang
      vars:
        clang_version: 9
        clang_install_tools: true

License

MIT

Author Information

Tibor Csóka