mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			494 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			494 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ---
 | |
| # Rackspace Credentials
 | |
| rackspace_username:
 | |
| rackspace_api_key:
 | |
| rackspace_region:
 | |
| 
 | |
| # AWS Credentials
 | |
| ec2_access_key:
 | |
| ec2_secret_key:
 | |
| 
 | |
| # GCE Credentials
 | |
| service_account_email:
 | |
| pem_file:
 | |
| project_id:
 | |
| 
 | |
| # Azure Credentials
 | |
| azure_subscription_id: "{{ lookup('env', 'AZURE_SUBSCRIPTION_ID') }}"
 | |
| azure_cert_path: "{{ lookup('env', 'AZURE_CERT_PATH') }}"
 | |
| 
 | |
| # GITHUB SSH private key - a path to a SSH private key for use with github.com
 | |
| github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
 |