Advertisement
sandervanvugt

setup for ansible-navigator RHEL

Feb 13th, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. [ansible@localhost ~]$ history
  2. 1 sudo subscription-manager register
  3. 2 sudo subscription-manager attach
  4. 3 sudo subscription-manager repos --list
  5. 4 sudo subscription-manager repos --enable ansible-automation-platform-2.2-for-rhel-9-x86_64-rpms
  6. 5 history
  7. 6 sudo dnf repolist
  8. 7 sudo dnf install ansible-navigator
  9. 8 ansible-navigator --version
  10. 9 podman login access.redhat.com
  11. 10 sudo cat /etc/containers/registries.conf
  12. 11 sudo cat /etc/containers/registries.conf | less
  13. 12 podman login registry.access.redhat.com
  14. 13 podman
  15. 14 sudo dnf install container-tools
  16. 15 sudo dnf install podman
  17. 16 ansible --version
  18. 17 ansible-navigator images
  19. 18 podman login registry.redhat.io
  20. 19 ansible-navigator images
  21. 20 history
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement