h4rdL1nk / ansible-role-linux-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role for Linux server base configuration ( molecule driven tests )

This role configures the base linux server

General module testing procedure

Export required variables

MOLECULE_EPHEMERAL_DIRECTORY="${PWD}/.molecule" 

export MOLECULE_EPHEMERAL_DIRECTORY

Launch molecule role testing commands

molecule create
molecule converge
molecule idempotence
molecule destroy

Launch complete molecule test

molecule test

About


Languages

Language:Python 100.0%