Home
last modified time | relevance | path

Searched refs:HAS_BOTO (Results 1 – 25 of 108) sorted by relevance

12345

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dredshift_subnet_group.py87 HAS_BOTO = True variable
89 HAS_BOTO = False variable
92 from ansible.module_utils.ec2 import HAS_BOTO, connect_to_aws, ec2_argument_spec, get_aws_connectio…
105 if not HAS_BOTO:
H A Delasticache_subnet_group.py64 HAS_BOTO = True variable
66 HAS_BOTO = False variable
69 from ansible.module_utils.ec2 import HAS_BOTO, ec2_argument_spec, get_aws_connection_info
83 if not HAS_BOTO:
H A Drds_subnet_group.py91 HAS_BOTO = True variable
93 HAS_BOTO = False variable
96 from ansible.module_utils.ec2 import HAS_BOTO, connect_to_aws, ec2_argument_spec, get_aws_connectio…
132 if not HAS_BOTO:
H A D_ec2_vpc_route_table_facts.py59 HAS_BOTO = True variable
61 HAS_BOTO = False variable
116 if not HAS_BOTO:
H A Dec2_vpc_route_table_info.py59 HAS_BOTO = True variable
61 HAS_BOTO = False variable
116 if not HAS_BOTO:
H A Ds3_logging.py65 HAS_BOTO = True variable
67 HAS_BOTO = False variable
145 if not HAS_BOTO:
H A Dec2_elb.py97 HAS_BOTO = True variable
99 HAS_BOTO = False variable
102 from ansible.module_utils.ec2 import (AnsibleAWSError, HAS_BOTO, connect_to_aws, ec2_argument_spec,
338 if not HAS_BOTO:
H A Delb_instance.py97 HAS_BOTO = True variable
99 HAS_BOTO = False variable
102 from ansible.module_utils.ec2 import (AnsibleAWSError, HAS_BOTO, connect_to_aws, ec2_argument_spec,
334 if not HAS_BOTO:
H A Dec2_elb_info.py95 HAS_BOTO = True variable
97 HAS_BOTO = False variable
245 if not HAS_BOTO:
H A D_ec2_elb_facts.py95 HAS_BOTO = True variable
97 HAS_BOTO = False variable
245 if not HAS_BOTO:
H A Dsqs_queue.py138 HAS_BOTO = True variable
141 HAS_BOTO = False variable
287 if not HAS_BOTO:
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_botomod.py22 HAS_BOTO = True variable
24 HAS_BOTO = False variable
96 if not HAS_BOTO:
181 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
225 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
266 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_s3.py68 HAS_BOTO = True variable
70 HAS_BOTO = False variable
83 if HAS_BOTO:
H A Dboto_cfn.py51 HAS_BOTO = True variable
53 HAS_BOTO = False variable
64 if HAS_BOTO:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/module_utils/
H A Dec2.py51 HAS_BOTO = True variable
54 HAS_BOTO = False variable
220 if not HAS_BOTO:
266 elif HAS_BOTO and boto.config.get('Credentials', 'aws_access_key_id'):
268 elif HAS_BOTO and boto.config.get('default', 'aws_access_key_id'):
281 elif HAS_BOTO and boto.config.get('Credentials', 'aws_secret_access_key'):
283 elif HAS_BOTO and boto.config.get('default', 'aws_secret_access_key'):
296 elif HAS_BOTO and boto.config.get('Credentials', 'aws_security_token'):
298 elif HAS_BOTO and boto.config.get('default', 'aws_security_token'):
328 elif HAS_BOTO and not boto3:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/module_utils/
H A Dec2.py51 HAS_BOTO = True variable
54 HAS_BOTO = False variable
220 if not HAS_BOTO:
266 elif HAS_BOTO and boto.config.get('Credentials', 'aws_access_key_id'):
268 elif HAS_BOTO and boto.config.get('default', 'aws_access_key_id'):
281 elif HAS_BOTO and boto.config.get('Credentials', 'aws_secret_access_key'):
283 elif HAS_BOTO and boto.config.get('default', 'aws_secret_access_key'):
296 elif HAS_BOTO and boto.config.get('Credentials', 'aws_security_token'):
298 elif HAS_BOTO and boto.config.get('default', 'aws_security_token'):
328 elif HAS_BOTO and not boto3:
/dports/sysutils/py-salt/salt-3004.1/salt/engines/
H A Dsqs_events.py84 HAS_BOTO = True variable
86 HAS_BOTO = False variable
90 if not HAS_BOTO:
/dports/sysutils/py-salt/salt-3004.1/tests/unit/states/
H A Dtest_boto_vpc.py28 HAS_BOTO = True variable
30 HAS_BOTO = False variable
86 if not HAS_BOTO:
144 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
363 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
378 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
400 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Dec2.py47 HAS_BOTO = True variable
50 HAS_BOTO = False variable
226 elif HAS_BOTO and boto.config.get('Credentials', 'aws_access_key_id'):
228 elif HAS_BOTO and boto.config.get('default', 'aws_access_key_id'):
241 elif HAS_BOTO and boto.config.get('Credentials', 'aws_secret_access_key'):
243 elif HAS_BOTO and boto.config.get('default', 'aws_secret_access_key'):
258 if HAS_BOTO:
281 elif HAS_BOTO and boto.config.get('Credentials', 'aws_security_token'):
283 elif HAS_BOTO and boto.config.get('default', 'aws_security_token'):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/module_utils/
H A Dec2.py58 HAS_BOTO = True variable
61 HAS_BOTO = False variable
228 if not HAS_BOTO:
289 elif HAS_BOTO and boto.config.get('Credentials', 'aws_access_key_id'):
291 elif HAS_BOTO and boto.config.get('default', 'aws_access_key_id'):
304 elif HAS_BOTO and boto.config.get('Credentials', 'aws_secret_access_key'):
306 elif HAS_BOTO and boto.config.get('default', 'aws_secret_access_key'):
319 elif HAS_BOTO and boto.config.get('Credentials', 'aws_security_token'):
321 elif HAS_BOTO and boto.config.get('default', 'aws_security_token'):
359 elif HAS_BOTO and not boto3:
/dports/sysutils/py-salt/salt-3004.1/salt/pillar/
H A Dec2_pillar.py67 HAS_BOTO = True variable
69 HAS_BOTO = False variable
83 if not HAS_BOTO:
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_boto_cloudwatch_event.py19 HAS_BOTO = True variable
21 HAS_BOTO = False variable
32 if not HAS_BOTO:
120 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
H A Dtest_boto_elasticsearch_domain.py18 HAS_BOTO = True variable
20 HAS_BOTO = False variable
36 if not HAS_BOTO:
120 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
H A Dtest_boto_secgroup.py25 HAS_BOTO = True variable
27 HAS_BOTO = False variable
87 if not HAS_BOTO:
95 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
H A Dtest_boto_vpc.py34 HAS_BOTO = True variable
36 HAS_BOTO = False variable
94 if not HAS_BOTO:
106 if not HAS_BOTO:
137 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
696 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
1065 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
1133 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
1194 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
1246 @skipIf(HAS_BOTO is False, "The boto module must be installed.")
[all …]

12345