Diskussion:ServiceBSD: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 109: Zeile 109:
=== SaltStack Weblinks ===
=== SaltStack Weblinks ===


* https://docs.saltstack.com/en/latest/topics/tutorials/walkthrough.html
* https://docs.saltstack.com/en/latest/topics/installation/index.html
* https://docs.saltstack.com/en/latest/topics/installation/freebsd.html
https://docs.saltstack.com/en/latest/ref/configuration/index.html#configuring-salt
* https://repo.saltstack.com/freebsd/
* https://intothesaltmine.readthedocs.io/en/latest/chapters/installation/freebsd.html
* https://intothesaltmine.readthedocs.io/en/latest/chapters/installation/freebsd.html
* https://docs.saltstack.com/en/develop/topics/installation/freebsd.html
* https://saltstack.com/integrations/
* https://saltstack.com/wp-content/uploads/2016/08/SaltStack-Supported-Operating-Systems.pdf

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

Ansible Installation

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
paramiko as part of ansible
Die Verwendung von paramiko wird von ansible empfohlen.
pkg install -y py27-paramiko

The most recent version of packages are already installed

Ansible Konfiguration

Ansible Weblinks

SaltStack bei FreeBSD

SaltStack Installation

pkg install -y py27-salt

SaltStack Weblinks

https://docs.saltstack.com/en/latest/ref/configuration/index.html#configuring-salt