??????????????
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· d d l m Z m Z m Z e Z d Z d Z d Z e Z
d d l m Z d d l
m Z y d d l Z Wn e k
rƒ e Z
n Xd d l m Z e ƒ Z d e f d
„ ƒ YZ d S( i ( t absolute_importt divisiont print_functions8
lookup: keyring
author:
- Samuel Boucher
version_added: "2.3"
requirements:
- keyring (python library)
short_description: grab secrets from the OS keyring
description:
- Allows you to access data stored in the OS provided keyring/keychain.
sÿ
- name : output secrets to screen (BAD IDEA)
debug:
msg: "Password: {{item}}"
with_keyring:
- 'servicename username'
- name: access mysql with password from keyring
mysql_db: login_password={{lookup('keyring','mysql joe')}} login_user=joe
s)
_raw:
description: secrets stored
( t AnsibleError( t DisplayN( t
LookupBaset LookupModulec B` s e Z d „ Z RS( c K` sÉ t s t d ƒ ‚ n t j d t j ƒ ƒ g } x | D]ˆ } | j ƒ d | j ƒ d } } t j d | | f ƒ t j | | ƒ } | d k r® t d | | f ƒ ‚ n | j | j
ƒ ƒ q9 W| S( Nu@ Can't LOOKUP(keyring): missing required python library 'keyring'u keyring: %si i u username: %s, servicename: %s u% servicename: %s for user %s not found( t HAS_KEYRINGR t displayt vvvvt keyringt get_keyringt splitt get_passwordt Nonet appendt rstrip( t selft termst kwargst rett termt servicenamet usernamet password( ( sB /usr/lib/python2.7/site-packages/ansible/plugins/lookup/keyring.pyt run5 s
!( t __name__t
__module__R ( ( ( sB /usr/lib/python2.7/site-packages/ansible/plugins/lookup/keyring.pyR 3 s ( t
__future__R R R t typet
__metaclass__t
DOCUMENTATIONt EXAMPLESt RETURNt TrueR t ansible.errorsR t ansible.utils.displayR R
t ImportErrort Falset ansible.plugins.lookupR R R ( ( ( sB /usr/lib/python2.7/site-packages/ansible/plugins/lookup/keyring.pyt s