From: Lorin Hochstein Date: Sun, 23 Apr 2017 04:55:38 +0000 (-0700) Subject: fix spelling error X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=85095e8b8e5fba802e6904402f9e143b21031bf8;p=ansiblebook.git fix spelling error --- diff --git a/ans-con/container.yml b/ans-con/container.yml index 86e911d..350b601 100644 --- a/ans-con/container.yml +++ b/ans-con/container.yml @@ -7,7 +7,7 @@ settings: # The Conductor container does the heavy lifting, and provides a portable # Python runtime for building your target containers. It should be derived # from the same distribution as you're building your target containers with. - conductor_base: centos:7 + conductor_base: debian:jessie # When using the k8s or openshift engines, use the following to authorize with the API. # Values set here will be passed to the Ansible modules. Any file paths will be mounted @@ -38,7 +38,11 @@ settings: # description: # display_name: -services: {} +services: + ac-nginx: + from: nginx + roles: + - ghost-nginx # Add your containers here, specifying the base image you want to build from # For example: #