Skip to content

follow-along tag has error in Vagrantfile #1

Description

@marick

The follow-along tag defines :web rather than :app:

  config.vm.define :web do |web|
    web.vm.box = "ubuntu/trusty64"
    web.vm.hostname = "web"
    web.vm.network :private_network, ip: "10.0.15.11"

That means when you follow along with "Ansible Play for Application Server", you end up with a vagrant provision that gives you:

PLAY [Set up app server] ****************************************************** 
skipping: no hosts matched

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions