Giter VIP home page Giter VIP logo

ansible-aws-silver-image's Introduction

README

Progetto per la creazione di silver AMIs preconfigurate con gli utilities base tools.

Piattaforme disponibili e testate:

  • centos 7
  • ubuntu 16.04
  • debian 8
  • rhel 7.4 (rhel74)

Cartelle

  • ansible: cartella principale con il codice ansible da lanciare localmente sulle macchine per provisionarle
  • cloudformation: template cloudformation per la codebuild, codepipeline ed altri tool AWS

How to

Creazione pipeline

  1. Editare il file pipeline-parameters.json
  2. Creare lo stack con il comando: aws cloudformation create-stack --profile xpeppers --stack-name silver-ami-pipeline --template-body file://cloudformation/pipeline.yaml --parameters file://cloudformation/pipeline-parameters.json --capabilities CAPABILITY_IAM
  3. Lanciare a mano la pipeline o committare sul repository.

Creazione codebuild

  1. Entrare nella cartella cloudformation: cd cluodformation
  2. Editare il file di parameters codebuild-parameters.json, mettendo l'url al repo codecommit contentent il progetto (questo stesso repository se non si sono fatte modifiche custom)
  3. Creare lo stack con il comando
aws cloudformation create-stack --profile <profile_name> --stack-name codebuild-ami --template-body file://codebuild.yaml --parameters file://codebuild-parameters.json --capabilities CAPABILITY_IAM
  1. Dopo la creazione dello stack lanciare la build a mano.

ansible-aws-silver-image's People

Watchers

James Cloos avatar Daniel Depaoli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.