tenhishadow.salt_minion
tenhishadow.salt_minion
This role helps you install salt-minion using the latest salt repository.
Requirements
List any necessary prerequisites that are not included with Ansible or this role. For example, if this role uses the EC2 module, mention that the boto package is needed.
Role Variables
Check the defaults.yml file for variable information.
Dependencies
Include a list of other roles from Galaxy that this role depends on, as well as any necessary parameters or variables from those roles.
Example Playbook
---
- hosts: [test20180219]
become: yes
vars:
salt_config:
master: 'somemaster.domain.org'
retry_dns: '30'
master_port: '4506'
conf_file: '/etc/salt/minion'
random_startup_delay: '1'
hash_type: 'sha512'
keysize: '8192'
log_file: '/dev/null'
log_level: 'critical'
roles:
- tenhishadow.salt_minion
...
License
BSD