provizanta.clang

Ansible Role: Clang

Build & Deploy

This role installs the Clang LLVM compiler and its tools for your repository.

Requirements

There are no special requirements.

Role Variables

The following variables can be found in defaults/main.yml:

  • clang_version: 10 # Integer, specifies the version of Clang
  • clang_install_tools: false # Boolean, set to true to install all Clang tools

Dependencies

There are no dependencies.

Example Playbook

Here’s an example of how to use this role:

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

License

This role is licensed under MIT.

Author Information

Created by Tibor Csóka.

Informazioni sul progetto

"Establish clang along with clang tools using official repositories."

Installa
ansible-galaxy install provizanta.clang
Licenza
mit
Download
2.3k
Proprietario