mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This allows the EC2 inventory plugin to be used with the same configuration against different EC2 accounts Profile can be passed using --profile variable or using EC2_PROFILE environment variable e.g. ``` EC2_PROFILE=prod ansible-playbook -i ec2.py playbook.yml ``` Added documentation on profiles to EC2 dynamic inventory doc Only tries to use profiles if --profile argument is given or EC2_PROFILE is set to maintain compatibility will boto < 2.24. Works around a minor bug in boto where if you try and use a security token with a profile it fails (boto/boto#2100) |
||
---|---|---|
.. | ||
modules | ||
become.rst | ||
common_return_values.rst | ||
community.rst | ||
developing.rst | ||
developing_api.rst | ||
developing_inventory.rst | ||
developing_modules.rst | ||
developing_plugins.rst | ||
developing_test_pr.rst | ||
faq.rst | ||
galaxy.rst | ||
glossary.rst | ||
guide_aws.rst | ||
guide_gce.rst | ||
guide_rax.rst | ||
guide_rolling_upgrade.rst | ||
guide_vagrant.rst | ||
guides.rst | ||
index.rst | ||
intro.rst | ||
intro_adhoc.rst | ||
intro_bsd.rst | ||
intro_configuration.rst | ||
intro_dynamic_inventory.rst | ||
intro_getting_started.rst | ||
intro_installation.rst | ||
intro_inventory.rst | ||
intro_patterns.rst | ||
intro_windows.rst | ||
modules.rst | ||
modules_core.rst | ||
modules_extra.rst | ||
modules_intro.rst | ||
playbooks.rst | ||
playbooks_acceleration.rst | ||
playbooks_async.rst | ||
playbooks_best_practices.rst | ||
playbooks_blocks.rst | ||
playbooks_checkmode.rst | ||
playbooks_conditionals.rst | ||
playbooks_delegation.rst | ||
playbooks_environment.rst | ||
playbooks_error_handling.rst | ||
playbooks_filters.rst | ||
playbooks_filters_ipaddr.rst | ||
playbooks_intro.rst | ||
playbooks_lookups.rst | ||
playbooks_loops.rst | ||
playbooks_prompts.rst | ||
playbooks_roles.rst | ||
playbooks_special_topics.rst | ||
playbooks_startnstep.rst | ||
playbooks_strategies.rst | ||
playbooks_tags.rst | ||
playbooks_variables.rst | ||
playbooks_vault.rst | ||
quickstart.rst | ||
test_strategies.rst | ||
tower.rst | ||
YAMLSyntax.rst |