main.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. # vars file for common
  16. # Usage: package_installation.yml
  17. common_packages:
  18. - epel-release
  19. - yum-utils
  20. - git
  21. - gcc
  22. - gcc-c++
  23. - nodejs
  24. - device-mapper-persistent-data
  25. - bzip2
  26. - python3-pip
  27. - nano
  28. - lvm2
  29. - gettext
  30. # Usage: pre_requisite.yml
  31. internet_delay: 0
  32. internet_timeout: 1
  33. hostname: github.com
  34. port_no: 22
  35. os_name: CentOS
  36. os_version: '8'
  37. internet_status: "Failed:No Internet connection.Connect to Internet."
  38. os_status: "Unsupported OS or OS version.OS must be {{ os_name }} and Version must be {{ os_version }} or more"
  39. selinux_status: "SElinux is not disabled. Disable it in /etc/sysconfig/selinux and reboot the system"
  40. # Usage: docker_installation.yml
  41. docker_repo_url: https://download.docker.com/linux/centos/docker-ce.repo
  42. docker_repo_dest: /etc/yum.repos.d/docker-ce.repo
  43. success: '0'
  44. container_type: docker
  45. container_repo_install: docker-ce
  46. docker_compose: docker-compose
  47. daemon_dest: /etc/docker/
  48. # Usage: docker_volume.yml
  49. docker_volume_name: omnia-storage