项目作者: ossobv

项目描述 :
Ansible playbook which installs a salt-minion from the salt repository
高级语言:
项目地址: git://github.com/ossobv/salt-minion-playbook.git
创建时间: 2017-03-02T14:53:28Z
项目社区:https://github.com/ossobv/salt-minion-playbook

开源协议:GNU General Public License v3.0

下载


salt-minion-playbook

Ansible playbook which installs the latest version of the salt-minion and adds an entry to the /etc/hosts file.

Requirements

None.

Role Variables

Please configure the following variables:

  • saltmaster.ip
  • saltmaster.hostname

If these are not set, the playbook will use the defaults!

Dependencies

None.

Example Playbook

  1. - hosts: servers
  2. vars:
  3. saltmaster:
  4. ip: 10.10.10.15
  5. hostname: salt
  6. roles:
  7. - ossobv.salt-minion-playbook

License

GNU GPLv3

Author Information

Jordi de Wal | OSSO B.V. jdwal@osso.nl