Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / amazon / aws / plugins / doc_fragments / aws_region.py
Size: Mime:
# -*- coding: utf-8 -*-

# Copyright: (c) 2017,  Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


class ModuleDocFragment(object):

    # Plugin option for AWS region
    DOCUMENTATION = r'''
options:
  region:
    description: The region for which to create the connection.
    type: str
    env:
      - name: EC2_REGION
      - name: AWS_REGION
'''