Giter Club home page Giter Club logo

crypt-utility-installer's Introduction

crypt-utility-installer

Ansible install for cryptographic test VM software collection.

The playbook uses shell commands with apt-get and apt and is built for Ubuntu 22.

Example of running the Ansible play:

ansible-playbook -u root -i hosts.ini crypt-utility-installer.yml

Example of extracting all the shell commands and executing them instead of using Ansible:

grep shell crypt-utility-installer.yml | grep -v "name: shell" | cut -d ':' -f2- | bash - 

Example using for more specific installs:

cp crypt-utility-installer.yml pki.yml
vim pki.yml # cut out compilers and testers, customize with reduction
ansible-playbook -u root -i hosts.ini pki.yml

Installs:

cryptography stuff:

- gnupg2
- age
- openssl
- cosign

pki things:

- smallstep
- hashicorp vault
- certbot

compilers

- go
- cargo (rust)
- g++ (c++)
- gcc

java stuff

- openjdk11
- wycheproof
- keycloak

testing

- bazel
- trivy
- cargo clippy
- sslscan
- nmap
- wasmtime (wasm runtime)

build system additional tools

- syft (SBOM)
- wasi (wasm32-wasi)

cloud client and testing things

- docker and docker-compose
- kubectl
- aws cli
- gcp cli
- azure cli

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.