Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 932 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 932 Bytes

CI

Ansible test

Trying ansible with travis-ci, molecule, ansible-lint

Pre-Requirements

Set the value of cert_pass in ./group_vars/all/secrets.yaml without spaces, for the generation of openssl certificates.

# ./group_vars/all/secrets.yaml

cert_pass: "secret_pass"

Usage

# to manage partitions
export VAGRANT_EXPERIMENTAL="disks"
 
vagrant up --provision

Will provision two centos/8 VMs, then install and expose Docker through tls connection on each machine.