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.
@@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
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
Great video that explains static and dynamic inventory. Thank you for ansible videos
You are very welcome. I'm glad you found the videos insightful. Thanks for the support.😎
nice
Thanks
I cannot edit the host file. It say `File '/etc/ansible/hosts' is unwritable`? what to do?
Please run the commands as root or sudo user.
Hello, I could not undrestand , how to remove insert and write :wq! .could you please explain?
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.
@@jameskiarie6923 thank you so much
@@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
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