How to build your Ansible Inventory

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 10

  • @killking37
    @killking37 Год назад

    thanks for the vids.. You helped to make some connections I was missing.

  • @LotusSoftPvtLtd
    @LotusSoftPvtLtd Год назад

    nice

  • @LotusSoftPvtLtd
    @LotusSoftPvtLtd Год назад

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

  • @nedkely2023
    @nedkely2023 11 месяцев назад

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

    • @jameskiarie6923
      @jameskiarie6923  10 месяцев назад +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 10 месяцев назад

      @@jameskiarie6923 thank you so much

    • @nedkely2023
      @nedkely2023 10 месяцев назад

      @@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 Год назад

    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