??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
σ ίUdac@`sμddlmZmZmZeZidd6dgd6dd6ZdZd Zd Z y6dd l Z dd l m Z dd l m Z eZWnek r£ZeZnXddlmZd„Zed„Zd„Zedkrθeƒnd S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys} --- module: helm short_description: Manages Kubernetes packages with the Helm package manager version_added: "2.4" author: "Flavio Percoco (@flaper87)" description: - Install, upgrade, delete and list packages with the Helm package manager. requirements: - "pyhelm" - "grpcio" options: host: description: - Tiller's server host. default: "localhost" port: description: - Tiller's server port. default: 44134 namespace: description: - Kubernetes namespace where the chart should be installed. default: "default" name: description: - Release name to manage. state: description: - Whether to install C(present), remove C(absent), or purge C(purged) a package. choices: ['absent', 'purged', 'present'] default: "present" chart: description: | A map describing the chart to install. See examples for available options. default: {} values: description: - A map of value options for the chart. default: {} disable_hooks: description: - Whether to disable hooks during the uninstall process. type: bool default: 'no' s # sy - name: Install helm chart helm: host: localhost chart: name: memcached version: 0.4.0 source: type: repo location: https://kubernetes-charts.storage.googleapis.com state: present name: my-memcached namespace: default - name: Uninstall helm chart helm: host: localhost state: absent name: my-memcached - name: Install helm chart from a git repo helm: host: localhost chart: source: type: git location: https://github.com/user/helm-chart.git state: present name: my-example namespace: default - name: Install helm chart from a git repo specifying path helm: host: localhost chart: source: type: git location: https://github.com/helm/charts.git path: stable/memcached state: present name: my-memcached namespace: default N(ttiller(t chartbuilder(t AnsibleModulec `st}|j}|d‰|d}|jd}|jd‰tj|ƒ}‡‡fd†|jƒDƒ}t|dƒ}|rΚ|jjj |dkrψ|j |j ƒtˆdˆd|ƒt }qψn.|j |j ƒˆdtdˆd|ƒt }td|ƒS( Ntnametvaluestchartt namespacec3`s3|])}|jˆkr|jˆkr|VqdS(N(R R(t.0tx(R R(sC/usr/lib/python2.7/site-packages/ansible/modules/cloud/misc/helm.pys stversiontdry_runtchanged(tFalsetparamsR t ChartBuildert list_releasestnexttNoneR tmetadataRtupdate_releasetget_helm_charttTruetinstall_releasetdict( tmodulettserverRRR R tchartbt r_matchestinstalled_release((R RsC/usr/lib/python2.7/site-packages/ansible/modules/cloud/misc/helm.pytinstallvs&       cC`s§t}|j}|jds/|jddƒn|jd}|d}y|j|||ƒt}Wn4tjjk r™}dt|ƒkrš|‚qšnXt d|ƒS(NR tmsgsMissing required field namet disable_hookss not foundR( RRt fail_jsontuninstall_releaseRtgrpct_channelt _RendezvouststrR(R R!tpurgeRRR R'texc((sC/usr/lib/python2.7/site-packages/ansible/modules/cloud/misc/helm.pytdeletes      cC`s}tdtdtddddƒdtdddd ƒd tdddd ƒd tdd ƒdtddddgddƒdtdd ƒdtddddƒdtdddtƒƒdtƒ}tsΦ|jddƒn|jd}|jd}|jd}tj||ƒ}|dkr-t ||ƒ}n|dkrKt ||ƒ}n|dkrlt ||tƒ}n|j |dS(sThe main function.t argument_specthostttypeR-tdefaultt localhosttporttintif¬R tR RtstatetchoicestabsenttpurgedtpresentR RR'tbooltsupports_check_modeR&sKCould not import the pyhelm python module. Please install `pyhelm` package.N( R RRRt HAS_PYHELMR(RRtTillerR%R0t exit_json(R R2R6R9R!trst((sC/usr/lib/python2.7/site-packages/ansible/modules/cloud/misc/helm.pytmain€s4        t__main__(t __future__RRRR3t __metaclass__tANSIBLE_METADATAt DOCUMENTATIONtRETURNtEXAMPLESR*tpyhelmRR RR@t ImportErrorR/Rtansible.module_utils.basicR R%R0RDt__name__(((sC/usr/lib/python2.7/site-packages/ansible/modules/cloud/misc/helm.pyts(   /,      *