• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Oct-2021-

sysutils/ansible/H11-Oct-2021-6852

.gitignoreH A D03-May-202226 32

README.mdH A D03-May-20221.3 KiB4025

README.md

1This portfile installs ansible from the git repository, it will install the
2latest and greatest version of ansible. This portfile does not install the
3required dependencies to run in accelerated mode.
4
5## Installing the stable version of ansible via macports
6
7If you wish to run a stable version of ansible please do the following
8
9First update your macports repo to the latest versions
10
11  $ sudo port sync
12
13Then install ansible
14
15  $ sudo port install ansible
16
17## Installing the devel version of ansible via macports
18
19To use this Portfile to install the development version of ansible one should
20follow the instructions at
21<http://guide.macports.org/#development.local-repositories>
22
23The basic idea is to add the _ansible/packaging/macports_ directory to your
24_/opt/local/etc/macports/sources.conf_ file. You should have something similar
25to this at the end of the file
26
27  file:///Users/jtang/develop/ansible/packaging/macports
28  rsync://rsync.macports.org/release/tarballs/ports.tar [default]
29
30In the _ansible/packaging/macports_ directory, do this
31
32  $ portindex
33
34Once the index is created the _Portfile_ will override the one in the upstream
35macports repository.
36
37Installing newer development versions should involve an uninstall, clean,
38install process or else the Portfile will need its version number/epoch
39bumped.
40