Thanks for taking the time to create and share this video. Very helpful. Do hope in the future you’ll also have a video using the Oracle Private Automation Hub
@@techbeatly Thanks for your reply. Yes! if it is possible or a Single Repo. I want to import my GitLab yaml files into NameSpace (AutomationHub). If there is any other way to import/install into Namespace, because getting error like- Manifest file missing. Could you tell why I'm getting this error?
You can install collections on project directory (in git repository) Or Configure tower to pull collection automatically when needed (but need internet connection)
Thanks for taking the time to create and share this video. Very helpful. Do hope in the future you’ll also have a video using the Oracle Private Automation Hub
Thanks for the feedback!
Unfortunately, we are not focusing on Oracle products at this time.
can you make a video for clickhouse installation by ansible playbook with source code and also git clone
Can you tell me how to retrieve AWS ec2 instance I'd using ansible-galaxy collection??
Do you meant to retrieve ec2 using dynamic inventory?
Hi! Could you tell? how to import/ install my Gitlab yaml files as collections in NameSpace?
Did you mean to use different repositories inside a single collection?
@@techbeatly Thanks for your reply. Yes! if it is possible or a Single Repo. I want to import my GitLab yaml files into NameSpace (AutomationHub). If there is any other way to import/install into Namespace, because getting error like- Manifest file missing. Could you tell why I'm getting this error?
As per my understanding there is no direct way for that. Instead you can add requirements file for the collection as a dependency
@@techbeatly I have created a requirement file but getting NameSpace error
cat requirement.yaml
collections:
- name: gitlab.com/organization/CiscoAutomation.git
token:
type: git
version: kkk.1.0
$ ansible-galaxy collection install git+github.com/organization/CiscoAutomation.git
Could you please share the details ?
t.me/ginigangadharan
How collection will work with tower
You can install collections on project directory (in git repository)
Or
Configure tower to pull collection automatically when needed (but need internet connection)
We will publish a video on that soon..