Skip to content

Ansible install for cryptographic test VM software collection.

License

Notifications You must be signed in to change notification settings

jpegleg/crypt-utility-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Ansible install for cryptographic test VM software collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published