Skip to content

swerveshot/az-ansible-centos7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CentOS 7 Docker container for running Azure playbooks.

CI Docker pulls

Created from build instructions on Microsoft Azure developer documentation as can be found here: https://learn.microsoft.com/en-us/azure/developer/ansible/configure-in-docker-container#create-a-dockerfile-that-will-install-ansible

How to Use

Use these environment variables to authenticate to Azure.

export AZURE_TENANT="<azure_tenant_id>"
export AZURE_SUBSCRIPTION_ID="<azure_subscription_id>"
export AZURE_CLIENT_ID="<service_principal_app_id>"
export AZURE_SECRET="<service_principal_password>"