Diskussion:ServiceBSD: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
(Neuer Abschnitt →‎ansible bei FreeBSD)
Zeile 10: Zeile 10:
* jail me it
* jail me it
* jail zone
* jail zone
== ansible bei [[FreeBSD]] ==
pkg install ansible
<pre>
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
===============================================================================
</pre>

Version vom 17. Februar 2017, 09:35 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

===============================================================================