-
Notifications
You must be signed in to change notification settings - Fork 0
Home
An ansible collection with linux-related roles to perform various setups.
-
zabbix_agent - Installs zabbix agent and configures them for services, apps and platform autodiscovery on Zabbix Server side.
-
bareos - Installs and configures Bareos and third-party components, adds Bareos file daemons to Bareos server, create user profiles and uploads configs to Bareos host.
Set-up collection from ansible galaxy: ansible-galaxy collection install alexanderbazhenoff.linux
. If you need to
use custom installation path, e.g. ansible-galaxy collection install alexanderbazhenoff.linux -p /your/path
then
edit ansible.cfg. Use ansible --version
command to find the path of config file. Check
docs.ansible.com
for more info.
- Clone via ssh:
git clone git@github.com:alexanderbazhenoff/ansible-collection-linux.git
or https:git clone https://github.com/alexanderbazhenoff/ansible-collection-linux.git
. - Enter project directory
cd ansible-collection-linux
and build tar.gz archive of collection:ansible-galaxy collection build
. - Install collection from created tar.gz archive:
ansible-galaxy collection install $(ls -1 | grep ".tar.gz")
.
- Create inventory and create playbook files. Include these roles into your playbook. These roles include example playbooks and inventory files already. You can also find usage examples in readme files.
- If you like it please vote on ansible galaxy page.
This Source Code Form is subject to the terms of the MIT-0 license.