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.