escrimaglia.o4n_azure_storagefile_test.test_include_util (1.0.1) — module

List Files in a File Share

| "added in version" 1.0 of escrimaglia.o4n_azure_storagefile_test"

Authors: Ed Scrimaglia

preview | supported by octupus

Install collection

Install with ansible-galaxy collection install escrimaglia.o4n_azure_storagefile_test:==1.0.1


Add to requirements.yml

  collections:
    - name: escrimaglia.o4n_azure_storagefile_test
      version: 1.0.1

Description

Connect to Azure Storage file using connection string method

List Files in a File Share

Return a list of Files in a File Share


Requirements

Inputs

    
path:
    description: path, directory, whose files must be listed
    required: false
    type: string

share:
    description: Name of the share to be managed
    required: true
    type: string

account_name:
    description: Storage Account Name Provided by Azure Portal
    required: true
    type: string

connection_string:
    description: String that include URL & Token to connect to Azure Storage Account.
      Provided by Azure Portal Storage Account -> Access Keys -> Connection String
    required: true
    type: string