Skip to content

Commit 3ce7f96

Browse files
committed
Merge pull request docker-library#8 from Gomez/patch-2
Ansible install
2 parents c2e9319 + de0480d commit 3ce7f96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/installation.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DebOps requires a dependency that is not installed by Ansible. Install
1313
$ easy_install netaddr
1414

1515

16+
1617
Installing the DebOps scripts
1718
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1819

@@ -23,6 +24,13 @@ repository. This makes it easy to update later::
2324
$ git clone https://github.com/debops/debops
2425
$ cd debops
2526

27+
If you dont have Ansible installed, the bootstrap-ansible.sh can do it
28+
for you::
29+
30+
$ ./misc/scripts/bootstrap-ansible.sh v1.8.2
31+
32+
This installs version 1.8.2. Without version pin, the newest will be installed.
33+
2634
Choose, who you want DebOps to be installed:
2735

2836
* System-wide into /usr/local::

0 commit comments

Comments
 (0)