Advertisement
Guest User

ansible output

a guest
Feb 25th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | Software | 0 0
  1.  
  2. PLAY [copy repo files and update subscription-manager plugin] *****************************************
  3.  
  4. TASK [Gathering Facts] ********************************************************************************
  5. ok: [lab-cn]
  6. ok: [lab3]
  7. ok: [lab-webserver]
  8. ok: [lab2]
  9.  
  10. TASK [copy repo file to /etc/yum.repos.d/local_rhel9.repo] ********************************************
  11. ok: [lab-cn] => (item={'src': '/etc/yum.repos.d/local_rhel9.repo', 'dest': '/etc/yum.repos.d/local_rhel9.repo'}) => {
  12. "msg": "source: /etc/yum.repos.d/local_rhel9.repo, dest: /etc/yum.repos.d/local_rhel9.repo"
  13. }
  14. ok: [lab-cn] => (item={'src': '/etc/yum/pluginconf.d/subscription-manager.conf', 'dest': '/etc/yum/pluginconf.d/subscription-manager.conf'}) => {
  15. "msg": "source: /etc/yum/pluginconf.d/subscription-manager.conf, dest: /etc/yum/pluginconf.d/subscription-manager.conf"
  16. }
  17. ok: [lab2] => (item={'src': '/etc/yum.repos.d/local_rhel9.repo', 'dest': '/etc/yum.repos.d/local_rhel9.repo'}) => {
  18. "msg": "source: /etc/yum.repos.d/local_rhel9.repo, dest: /etc/yum.repos.d/local_rhel9.repo"
  19. }
  20. ok: [lab2] => (item={'src': '/etc/yum/pluginconf.d/subscription-manager.conf', 'dest': '/etc/yum/pluginconf.d/subscription-manager.conf'}) => {
  21. "msg": "source: /etc/yum/pluginconf.d/subscription-manager.conf, dest: /etc/yum/pluginconf.d/subscription-manager.conf"
  22. }
  23. ok: [lab3] => (item={'src': '/etc/yum.repos.d/local_rhel9.repo', 'dest': '/etc/yum.repos.d/local_rhel9.repo'}) => {
  24. "msg": "source: /etc/yum.repos.d/local_rhel9.repo, dest: /etc/yum.repos.d/local_rhel9.repo"
  25. }
  26. ok: [lab3] => (item={'src': '/etc/yum/pluginconf.d/subscription-manager.conf', 'dest': '/etc/yum/pluginconf.d/subscription-manager.conf'}) => {
  27. "msg": "source: /etc/yum/pluginconf.d/subscription-manager.conf, dest: /etc/yum/pluginconf.d/subscription-manager.conf"
  28. }
  29. ok: [lab-webserver] => (item={'src': '/etc/yum.repos.d/local_rhel9.repo', 'dest': '/etc/yum.repos.d/local_rhel9.repo'}) => {
  30. "msg": "source: /etc/yum.repos.d/local_rhel9.repo, dest: /etc/yum.repos.d/local_rhel9.repo"
  31. }
  32. ok: [lab-webserver] => (item={'src': '/etc/yum/pluginconf.d/subscription-manager.conf', 'dest': '/etc/yum/pluginconf.d/subscription-manager.conf'}) => {
  33. "msg": "source: /etc/yum/pluginconf.d/subscription-manager.conf, dest: /etc/yum/pluginconf.d/subscription-manager.conf"
  34. }
  35.  
  36. PLAY RECAP ********************************************************************************************
  37. lab-cn : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  38. lab-webserver : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  39. lab2 : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  40. lab3 : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement