How to build your Ansible Inventory

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

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

  • @kcinde
    @kcinde 3 หลายเดือนก่อน +1

    Great video that explains static and dynamic inventory. Thank you for ansible videos

    • @jameskiarie6923
      @jameskiarie6923  3 หลายเดือนก่อน

      You are very welcome. I'm glad you found the videos insightful. Thanks for the support.😎

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

    nice

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

    I cannot edit the host file. It say `File '/etc/ansible/hosts' is unwritable`? what to do?

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

      Please run the commands as root or sudo user.

  • @nedkely2023
    @nedkely2023 ปีที่แล้ว

    Hello, I could not undrestand , how to remove insert and write :wq! .could you please explain?

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

      Hello there Ned! I'm using the vim command line editor. So to save the changes, press the ESC key followed by :wq! and then press ENTER. I hope that does the trick.

    • @nedkely2023
      @nedkely2023 ปีที่แล้ว

      @@jameskiarie6923 thank you so much

    • @nedkely2023
      @nedkely2023 ปีที่แล้ว

      @@jameskiarie6923 I want to install Tableau Server in my Ubuntu server using Ansible. In this case, is my Ubuntu the control node and Tableau Server a target node? Thanks for your help

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

    I got this error -> how to fix it?
    ```| UNREACHABLE! => {
    "changed": false,
    "msg": "Failed to connect to the host via ssh: root@xxx.x.x.x: Permission denied (publickey).",
    "unreachable": true```
    when I run -> sudo ansible -i anisble/my-inventory -m ping all