The current development branch head is labelled 1.5 and is not yet released.

If you run the "I want to run it from checkout" script it's not going to
install any files, but you can find an example configuration file in the
examples/ dir of the checkout.

You can also install using pip or homebrew.

In either case, 'hacking/env-setup' is not installation, it's just running
from source.



On Mon, Dec 9, 2013 at 3:05 PM, Ye Deng <[email protected]> wrote:

> Hello all,
>
> I tried to install Ansible on both Mac OS X 10.9 and ubuntu-12.04.
> It seems my installation on OS X is not quite complete.
> I followed the instructions on this page below:
> http://www.ansibleworks.com/docs/intro_installation.html
>
> If I installed Ansible by using this script below on ubuntu-12.04:
> $ sudo add-apt-repository ppa:rquillo/ansible
> $ sudo apt-get update
> $ sudo apt-get install ansible   # Ansible 1.4 is installed with
> configuration files
> There are configuration files ('ansible.cfg', 'hosts') found under the
> directory '/etc/ansible/'.
>
> If I installed Ansible by using this script below on OS X 10.9:
> $ git clone git://github.com/ansible/ansible.git
> $ cd ./ansible
> $ source ./hacking/env-setup
> #or run:
> $ sudo python setup.py  install   # Ansible 1.5 is installed.
> There is no configuration file found under directory '/etc/ansible/'.
> I also tried to install Ansible by using brew:  brew install ansible.
> There is still no cfg file under '/etc/ansible/'.
>
> Thus, I am wondering what should be the appropriate way to install Ansible
> on OS X 10.9? Or, on OS X 10.9, I always need to manually add configuration
> files into specific directories like '/etc/ansible/'?
>
> Regards
> Ye Deng
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Michael DeHaan <[email protected]>
CTO, AnsibleWorks, Inc.
http://www.ansibleworks.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to