Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

torumakabe/Packer_Azure_Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Sample Packer & Ansible files for Azure ARM

Preparation

  • Prepare your Resource Group & Storage Account to store your image
  • Make "builder/variables.json" file to describe your credentials & identifiers
    • "variables.sample.json" is for your reference
  • Make "builder/packer.json" file to describe your packer configuration
    • "ubuntu.json" is for your reference
  • Modify a playbook "ansible/roles/baseimage/tasks/main.yml" as you like
    • This sample install & enable apache2

How to make your image

  1. cd builder
  2. packer build -var-file=variables.json packer.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages