Skip to content

lanefu/ansible-collection-armlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - lanefu.armlab

Documentation for the collection.

my own notes

subtrees

I like subtrees of other roles. sometimes i'll fork role and then push changes back up

slurping role to subtree

example for zfs role

git subtree -P roles/zfs add https://github.com/mrlesmithjr/ansible-zfs.git master --squash

ROLE_NAME=zfs
REPO=https://github.com/mrlesmithjr/ansible-zfs.git
REPO_BRANCH=master

git subtree -P roles/${ROLE_NAME} add ${REPO} ${REPO_BRANCH} --squash

Releases

No releases published

Packages

No packages published