Diskussion:ServiceBSD: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(Neuer Abschnitt →‎ansible bei FreeBSD)
Zeile 54: Zeile 54:


===============================================================================
===============================================================================
</pre>
; SEM for python
: pkg query %Ok python
: pkg query %do python
<pre>
lang/python27
lang/python2
</pre>
: pkg query %Ok python27
<pre>
DEBUG
IPV6
LIBFFI
NLS
PYMALLOC
SEM
THREADS
UCS2
UCS4
</pre>
: pkg query %Ok python2
: pkg query %do python2
<pre>
lang/python27
</pre>
</pre>

Version vom 17. Februar 2017, 09:56 Uhr

domains

vielleicht noch verfügbare und lustige domains:

  • bsd co it
  • bsd promo
  • biesdi de
  • beasde
  • beasde
  • bsd space
  • jail me it
  • jail zone

ansible bei FreeBSD

pkg install ansible

Message from ansible-2.2.1.0:
===============================================================================

To use Ansible, you need at least a host database.
If you installed examples, you will have a sample
host database and a sample configuration file:

  /usr/local/share/examples/ansible/hosts
  /usr/local/share/examples/ansible/ansible.cfg

To use Ansible to control FreeBSD hosts, you need to
install the lang/python package on remote machines.

To use Ansible to control systems other than FreeBSD,
set the Python interpreter in the host database for
that system. Example:

  [freebsd]
  host1
  host2

  [centos]
  host3
  host4

  [centos:vars]
  ansible_python_interpreter=/usr/bin/python

Python notes:

Python 3.x support is BETA. Most modules should work
and important ones have been audited and tested.
If you have issues with Python 3, please set
ansible_python_interpreter=/usr/local/bin/python2

Ansible 2 requires that lang/python port is built
with SEM option enabled, which is the default

===============================================================================
SEM for python
pkg query %Ok python
pkg query %do python
lang/python27
lang/python2
pkg query %Ok python27
DEBUG
IPV6
LIBFFI
NLS
PYMALLOC
SEM
THREADS
UCS2
UCS4
pkg query %Ok python2
pkg query %do python2
lang/python27