rabbah commented on a change in pull request #4976:
URL: https://github.com/apache/openwhisk/pull/4976#discussion_r489420784



##########
File path: ansible/README.md
##########
@@ -51,15 +51,20 @@ The OpenWhisk deployment via Ansible uses the `docker0` 
network interface to dep
 
 An expedient workaround is to add alias for `docker0` network to loopback 
interface.
 
-```
+```shell script
 sudo ifconfig lo0 alias 172.17.0.1/24
 ```
 
 ### Using Ansible
 **Caveat:** All Ansible commands are meant to be executed from the `ansible` 
directory.
 This is important because that's where `ansible.cfg` is located which contains 
generic settings that are needed for the remaining steps.
 
-In all instructions, replace `<environment>` with your target environment. The 
default environment is `local` which works for Ubuntu and
+Set the environment for the commands below by running
+```shell script
+ENVIRONMENT=local  # or docker-machine or jenkins or vagrant

Review comment:
       We removed vagrant support - but I guess forgot the env file? Note to 
self to check this.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to