??????????????
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 d l Z d d l m Z d d l
m Z m Z d d l
m Z m Z m Z d d l m Z m Z d d l m Z d e f d
YZ d S( i ( t absolute_importt divisiont print_functions¦
author: Matt Clay
connection: lxd
short_description: Run tasks in lxc containers via lxc CLI
description:
- Run commands or put/fetch files to an existing lxc container using lxc CLI
version_added: "2.0"
options:
remote_addr:
description:
- Container identifier
default: inventory_hostname
vars:
- name: ansible_host
- name: ansible_lxd_host
executable:
description:
- shell to use for execution inside container
default: /bin/sh
vars:
- name: ansible_executable
- name: ansible_lxd_executable
N( t find_executable( t Popent PIPE( t AnsibleErrort AnsibleConnectionFailuret AnsibleFileNotFound( t to_bytest to_text( t ConnectionBaset
Connectionc B` s\ e Z d Z d Z e Z d Z d Z d Z d e d Z
d Z d Z d Z
RS(
s lxd based connections t lxdt rootc O` s t t | j | | | | | j j | _ t d | _ | j sU t d n | j j d k r | j j d k r | j j d n d S( Nt lxcs lxc command not found in PATHR s? lxd does not support remote_user, using container default: root(
t superR t __init__t
_play_contextt remote_addrt _hostR t _lxc_cmdR t remote_usert Nonet _displayt warning( t selft play_contextt new_stdint argst kwargs( ( sB /usr/lib/python2.7/site-packages/ansible/plugins/connection/lxd.pyR 0 s $c C` sE t t | j | j sA | j j d d | j t | _ n d S( s$ connect to lxd (nothing to do here) u' ESTABLISH LXD CONNECTION FOR USER: roott hostN( R R t _connectt
_connectedR t vvvR t True( R ( ( sB /usr/lib/python2.7/site-packages/ansible/plugins/connection/lxd.pyR <