Skip to content

mbaldessari/common

 
 

Repository files navigation

Validated Patterns common/ repository

License

Start Here

This repository is never used as standalone. It is usually imported in each pattern as a subtree. In order to import the common/ the very first time you can use https://github.com/validatedpatterns/multicloud-gitops/blob/main/common/scripts/make_common_subtree.sh

In order to update your common subtree inside your pattern repository you can either use https://github.com/validatedpatterns/utilities/blob/main/scripts/update-common-everywhere.sh or do it manually by doing the following:

git remote add -f upstream-common https://github.com/validatedpatterns/common.git
git merge -s subtree -Xtheirs -Xsubtree=common upstream-common/ha-vault

Secrets

There are two different secret formats parsed by the ansible bits. Both are documented here

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.8%
  • Shell 7.8%
  • Makefile 6.6%
  • Smarty 5.7%
  • Jinja 1.1%