Skip to content

follow-along tag has error in Vagrantfile #1

@marick

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

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