Skip to content

CLIP-HPC/ansible-collection-hpc

Repository files navigation

Ansible Collection: clip.hpc

This repo hosts the clip.hpc Ansible Collection.

The collection includes the roles to deploy the CBE HPC cluster.

Installation and Usage

Before using the clip.hpc collection, you need to install the collection with the ansible-galaxy CLI:

ansible-galaxy collection install clip.hpc

You can also include it in a requirements.yml file and install it through ansible-galaxy collection install -r requirements.yml using the format:

collections:
- name: clip.hpc

Roles

Following roles are supported:

  • certificate: Install & configure host certificates
  • container: Install & configure podman for containers
  • dns: Configure DNS records in infoblox
  • firewalld: Install & configure firewalld
  • ntp: Install & configure NTP service
  • promtail: Install & configure promtail agent
  • sssd: Install & configure SSSD (active directory)
  • sudoers: Configure sudoers list
  • syslog: Install & configure syslog
  • user: Configure user on host