while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Feat: Defaults for molecule.yml #64

Closed dschier-wtd closed 5 years ago

dschier-wtd commented 5 years ago

As a developer, I want to run 'molecule test' without defining variables. Defaulting to something like fedora or centos would be sufficient.

dschier-wtd commented 5 years ago

starting to work on this in fb-daniel-wtd

dschier-wtd commented 5 years ago

An update to the existing roles is needed.

dschier-wtd commented 5 years ago

I will prepare a mass-push and release the roles during the next 2 days. since ansible 2.8 breaks everything anyway, It should hurt ^^

dschier-wtd commented 5 years ago

goal: all roles are running with some paramters, tests are reviewed, become is used, container do not run privileged, known issues is updated.

Fix: #62, #60, #64, #61 and #67

todo

all steps below must be performed for all (new) roles.

testing

role

This all together will be the next minor release for each role.

dschier-wtd commented 5 years ago

updated:

dschier-wtd commented 5 years ago

all roles done.