cd some/path/to/ansible/playbooks/git submodule add https://github.com/serge-name/myansible.git _myansible- add the following to
ansible.cfg:[defaults] # … roles_path = ./_myansible/roles library = ./_myansible/library filter_plugins = ./_myansible/filter_plugins # hash_behaviour = merge remote_user = root # [privilege_escalation] become = True
- git add & commit & push
mearsten/myansible
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|