??????????????
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 dd l Z dd l m Z m Z dd lmZydd lZeZWn#ek rΏe jƒZeZnXd„Zd„Zedkrθeƒnd S(i(tabsolute_importtdivisiontprint_functions1.1tmetadata_versiontpreviewtstatust communityt supported_bys– --- module: etcd3 short_description: "Set or delete key value pairs from an etcd3 cluster" version_added: "2.5" requirements: - etcd3 description: - Sets or deletes values in etcd3 cluster using its v3 api. - Needs python etcd3 lib to work options: key: description: - the key where the information is stored in the cluster required: true value: description: - the information stored required: true host: description: - the IP address of the cluster default: 'localhost' port: description: - the port number used to connect to the cluster default: 2379 state: description: - the state of the value for the key. - can be present or absent required: true user: description: - The etcd user to authenticate with. version_added: '2.8' password: description: - The password to use for authentication. - Required if I(user) is defined. version_added: '2.8' ca_cert: description: - The Certificate Authority to use to verify the etcd host. - Required if I(client_cert) and I(client_key) are defined. version_added: '2.8' client_cert: description: - PEM formatted certificate chain file to be used for SSL client authentication. - Required if I(client_key) is defined. version_added: '2.8' client_key: description: - PEM formatted file that contains your private key to be used for SSL client authentication. - Required if I(client_cert) is defined. version_added: '2.8' timeout: description: - The socket level timeout in seconds. version_added: '2.8' author: - Jean-Philippe Evrard (@evrardjp) - Victor Fauth (@vfauth) so # Store a value "bar" under the key "foo" for a cluster located "http://localhost:2379" - etcd3: key: "foo" value: "baz3" host: "localhost" port: 2379 state: "present" # Authenticate using user/password combination with a timeout of 10 seconds - etcd3: key: "foo" value: "baz3" state: "present" user: "someone" password: "password123" timeout: 10 # Authenticate using TLS certificates - etcd3: key: "foo" value: "baz3" state: "present" ca_cert: "/etc/ssl/certs/CA_CERT.pem" client_cert: "/etc/ssl/certs/cert.crt" client_key: "/etc/ssl/private/key.pem" s΄ key: description: The key that was queried returned: always type: str old_value: description: The previous value in the cluster returned: always type: str N(t AnsibleModuletmissing_required_lib(t to_nativec C`s_tdtdddtƒdtdddtƒdtddddƒd tdd dd ƒd tdddtd ddgƒdtddƒdtdddtƒdtddƒdtddƒdtddƒdtdd ƒƒ }tdtƒ}td|dtdddgddggƒ}|jddkrS|jddk rS|jddƒn|jjdƒ|d<|jjdƒ|jd<|jjdƒ|jd|d%|jdkrN|jrΓt|ds*  B        q