How To Clone Private GitHub Repository - Ansible GUI

preview_player
Показать описание
This video focuses on using Ansible Automation Platform to clone a private GitHub repository. This requires the use of special credentials that can be referenced from a playbook when cloning a private repository. This is also the first step in being able to use custom python modules with out needing them to be in a package format.
00:00 - Introduction
10:11 - Create new credential type
15:43 - Create new credential
18:20 - Get SSH private key
21:12 - How to fix login issue with private key
23:42 - Create the YAML File on GitHub
29:29 - Create Ansible Project
33:55 - Change Verbosity Level - Global
36:14 - Create Ansible Template
Рекомендации по теме
Комментарии
Автор

Thank you for this tutorrial. It really helped me to understand how to clone a private GitHub repo. Could you do a tutorial on how to clone a private Git Repo via ssh or https on multiple other hosts to deploy software in Ansible Automation Platform. I can not find any good tutorial or any for that matter on the web.

sonic