main.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ---
  2. openshift_node_machineconfigpool: 'worker'
  3. openshift_node_tls_verify: false
  4. openshift_node_kubeconfig_path: "{{ openshift_kubeconfig_path | default('~/.kube/config') | expanduser | realpath }}"
  5. openshift_node_kubeconfig: "{{ lookup('file', openshift_node_kubeconfig_path) | from_yaml }}"
  6. openshift_node_bootstrap_port: 22623
  7. openshift_node_bootstrap_server: "{{ openshift_node_kubeconfig.clusters.0.cluster.server.split(':')[0:-1] | join(':') }}:{{ openshift_node_bootstrap_port }}"
  8. openshift_node_bootstrap_endpoint: "{{ openshift_node_bootstrap_server }}/config/{{ openshift_node_machineconfigpool }}"
  9. openshift_node_package_state: present
  10. openshift_node_packages:
  11. - cri-o
  12. - openshift-clients
  13. - openshift-hyperkube
  14. openshift_node_support_packages:
  15. # Packages from redhat-coreos.git manifest-base.yaml
  16. - kernel
  17. - irqbalance
  18. - microcode_ctl
  19. - systemd
  20. #- systemd-journal-gateway
  21. #- rpm-ostree
  22. #- nss-altfiles
  23. - selinux-policy-targeted
  24. - setools-console
  25. #- ignition
  26. #- ignition-dracut
  27. - dracut-network
  28. - passwd
  29. #- grub2
  30. #- grub2-efi
  31. #- ostree-grub2
  32. #- efibootmgr
  33. #- shim
  34. - openssh-server
  35. - openssh-clients
  36. - podman
  37. - skopeo
  38. - runc
  39. - containernetworking-plugins
  40. #- cri-o
  41. - cri-tools
  42. #- toolbox
  43. - nfs-utils
  44. - NetworkManager
  45. - dnsmasq
  46. - lvm2
  47. - iscsi-initiator-utils
  48. - sg3_utils
  49. - device-mapper-multipath
  50. - xfsprogs
  51. - e2fsprogs
  52. - mdadm
  53. - cryptsetup
  54. - chrony
  55. #- coreos-metadata
  56. - logrotate
  57. - sssd
  58. - shadow-utils
  59. - sudo
  60. - coreutils
  61. - less
  62. - tar
  63. - xz
  64. - gzip
  65. - bzip2
  66. - rsync
  67. - tmux
  68. - nmap-ncat
  69. - net-tools
  70. - bind-utils
  71. - strace
  72. - bash-completion
  73. - vim-minimal
  74. - nano
  75. #- openshift-hyperkube
  76. #- openshift-clients
  77. #- pivot
  78. #- subscription-manager-rhsm-certificates
  79. #
  80. # Packages from redhat-coreos.git maipo/manifest.yaml
  81. #- redhat-release-coreos
  82. - authconfig
  83. - policycoreutils-python
  84. - iptables-services
  85. - bridge-utils
  86. - biosdevname
  87. - container-storage-setup
  88. - cloud-utils-growpart
  89. - ceph-common
  90. - glusterfs-fuse