Advertisement
sandervanvugt

ansible-navigator stuff

Sep 16th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [ansible@localhost ansiblein3weeks]$ history
  2. 1 sudo dnf install python3-pip
  3. 2 python3 -m pip install ansible-navigator --user
  4. 3 echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.profile
  5. 4 source .profile
  6. 5 ansible-navigator
  7. 6 git clone https://github.com/sandervanvugt/ansiblein3weeks
  8. 7 sudo dnf install -y git
  9. 8 podman ps -a
  10. 9 ansible-navigator
  11. 10 git clone https://github.com/sandervanvugt/ansiblein3weeks
  12. 11 ansible-navigator
  13. 12 sudo vim /etc/hosts
  14. 13 cd ansiblein3weeks/
  15. 14 vim inventory
  16. 15 ansible-navigator
  17. 16 ssh-keygen
  18. 17 ssh-copy-id ansible1
  19. 18 ssh-copy-id ansible2
  20. 19 history
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement