dimmaryanto93.helm_charts

dimmaryanto93.helm_charts

Repository ini digunakan untuk menginstall helm charts untuk Linux

Support platform

  • Debian
  • Ubuntu
  • CentOS

Ansible - User Guide

Persiapan yang harus di lalukan, diantaranya

  1. Create new user on your server, Recomend using very-very Strong Password or using password generator.
adduser <username>
  1. Granted to sudoers with NOPASSWD, using visudo
username    ALL=(ALL) NOPASSWD:ALL
  1. Authenticate with private-key for login ssh, generate ssh key on your local machine then use ssh-copy-id user@your-ip-server to copy public key to your server.

Requirements

None

Role Variables

Ada beberapa variable yang temen-temen bisa gunakan untuk setting docker daemon, diantaranya seperti berikut:

Variable name Example value Description
helm_version v3.7.1 Install version dari helm-charts, untuk versi lainnya bisa check disini
helm_platform linux Install untuk plaftform tertentu
helm_arch amd64 Install untuku platform tertentu

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  become: true
  roles:
      - { role: dimmaryanto93.helm_charts }

License

MIT

Install
ansible-galaxy install dimmaryanto93.helm_charts
GitHub repository
License
Unknown
Downloads
63
Owner
Chief Technology Officer @tabeldatadotcom