summaryrefslogtreecommitdiff
path: root/sysutils/ansible/patches/patch-docs_man_man1_ansible.1
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2013-12-02 22:54:46 +0000
committerhubertf <hubertf@pkgsrc.org>2013-12-02 22:54:46 +0000
commit7ed646d212ef46a2f4c77009385767206a01844d (patch)
tree8baf4a1e5089b9b6f226d59299e2486389dc44d8 /sysutils/ansible/patches/patch-docs_man_man1_ansible.1
parent9243a3c58c32318fb933b03bb95a732f00c408bc (diff)
downloadpkgsrc-7ed646d212ef46a2f4c77009385767206a01844d.tar.gz
Update ansible to 1.4.1.
Some changes: * Many new modules, sorted in the following subdirs: cloud commands database files internal inventory messaging monitoring net_infrastructure network notification packaging source_control system utilities web_infrastructure * accelerated mode: An enhanced fireball mode that requires zero bootstrapping and fewer requirements plus adds capabilities like sudo commands * Connection default is now "smart", which discovers if the system openssh can support ControlPersist, and uses it if so, if not falls back to paramiko * external inventory scripts may now return host variables in one pass, which allows them to be much more efficient for large numbers of hosts (AWS!) * "~" now expanded on each component of configured plugin paths * Countless feature enhancements and bugfixes For a full list, see https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
Diffstat (limited to 'sysutils/ansible/patches/patch-docs_man_man1_ansible.1')
-rw-r--r--sysutils/ansible/patches/patch-docs_man_man1_ansible.137
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/ansible/patches/patch-docs_man_man1_ansible.1 b/sysutils/ansible/patches/patch-docs_man_man1_ansible.1
deleted file mode 100644
index 02b96337c25..00000000000
--- a/sysutils/ansible/patches/patch-docs_man_man1_ansible.1
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-docs_man_man1_ansible.1,v 1.2 2013/04/13 17:51:57 riz Exp $
-
---- docs/man/man1/ansible.1.orig 2013-04-13 08:53:23.000000000 -0700
-+++ docs/man/man1/ansible.1 2013-04-13 08:55:50.000000000 -0700
-@@ -44,7 +44,7 @@
- The
- \fIPATH\fR
- to the inventory hosts file, which defaults to
--\fI/etc/ansible/hosts\fR\&.
-+\fI@PREFIX@/ansible/hosts\fR\&.
- .RE
- .PP
- \fB\-f\fR \fINUM\fR, \fB\-\-forks=\fR\fINUM\fR
-@@ -70,7 +70,7 @@
- The
- \fIDIRECTORY\fR
- to load modules from\&. The default is
--\fI/usr/share/ansible\fR\&.
-+\fI@PREFIX@/share/ansible\fR\&.
- .RE
- .PP
- \fB\-a\fR \'\fIARGUMENTS\fR\', \fB\-\-args=\fR\'\fIARGUMENTS\fR\'
-@@ -168,11 +168,11 @@
- Ranges of hosts are also supported\&. For more information and additional options, see the documentation on http://ansible\&.github\&.com/\&.
- .SH "FILES"
- .sp
--/etc/ansible/hosts \(em Default inventory file
-+@PREFIX@/ansible/hosts \(em Default inventory file
- .sp
--/usr/share/ansible/ \(em Default module library
-+@PREFIX@/share/ansible/ \(em Default module library
- .sp
--/etc/ansible/ansible\&.cfg \(em Config file, used if present
-+@PREFIX@/ansible/ansible\&.cfg \(em Config file, used if present
- .sp
- ~/\&.ansible\&.cfg \(em User config file, overrides the default config if present
- .SH "ENVIRONMENT"