main.yml 2.0 KB

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