Getting Started with Ansible Collections |

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น •

  • @junix6899
    @junix6899 11 หลายเดือนก่อน

    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

    • @gineesh
      @gineesh 11 หลายเดือนก่อน

      Thanks for the feedback!
      Unfortunately, we are not focusing on Oracle products at this time.

  • @HafizurRahman-th8bw
    @HafizurRahman-th8bw 2 ปีที่แล้ว

    can you make a video for clickhouse installation by ansible playbook with source code and also git clone

  • @srinivasreddy6836
    @srinivasreddy6836 2 ปีที่แล้ว +1

    Can you tell me how to retrieve AWS ec2 instance I'd using ansible-galaxy collection??

    • @techbeatly
      @techbeatly  2 ปีที่แล้ว

      Do you meant to retrieve ec2 using dynamic inventory?

  • @santoshs3783
    @santoshs3783 3 ปีที่แล้ว +1

    Hi! Could you tell? how to import/ install my Gitlab yaml files as collections in NameSpace?

    • @techbeatly
      @techbeatly  3 ปีที่แล้ว

      Did you mean to use different repositories inside a single collection?

    • @santoshs3783
      @santoshs3783 3 ปีที่แล้ว

      @@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?

    • @techbeatly
      @techbeatly  3 ปีที่แล้ว

      As per my understanding there is no direct way for that. Instead you can add requirements file for the collection as a dependency

    • @santoshs3783
      @santoshs3783 3 ปีที่แล้ว

      @@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

    • @techbeatly
      @techbeatly  3 ปีที่แล้ว

      Could you please share the details ?
      t.me/ginigangadharan

  • @hashimvayalar6112
    @hashimvayalar6112 3 ปีที่แล้ว

    How collection will work with tower

    • @techbeatly
      @techbeatly  3 ปีที่แล้ว

      You can install collections on project directory (in git repository)
      Or
      Configure tower to pull collection automatically when needed (but need internet connection)

    • @techbeatly
      @techbeatly  3 ปีที่แล้ว +1

      We will publish a video on that soon..