• Stars
    star
    145
  • Rank 254,144 (Top 6 %)
  • Language Jinja
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Manala ansible roles

Manala Collection for Ansible

homepage

The flexible, robust, and web oriented toolbox for Ansible !

Tests

Using this collection

Installing the Collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install manala.roles

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: manala.roles

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install manala.roles --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:

ansible-galaxy collection install manala.roles:==1.0.0

Installing the Collection from Github

In case of unavailability of ansible-galaxy, we host a tar.gz of every version of our collection on github:

  • Check latest version available here
  • Use your prefered method:
    • cli:
      ansible-galaxy collection install https://github.com/manala/ansible-roles/releases/download/$VERSION/manala-roles-$VERSION.tar.gz
    • requirements.yaml:
      collections:
        - name: https://github.com/manala/ansible-roles/releases/download/$VERSION/manala-roles-$VERSION.tar.gz
          type: url

See Ansible Using collections for more details.

Release notes

See the changelog.

Contributing to this collection

Found a bug ? Please open an issue

You can contact us here

Any kind of contribution is very welcome, you can submit pull requests here

This collection uses molecule, ansible-lint, and ansible-test for linting and testing roles.

All of these tools are available through the excellent ansible-toolset docker image.

Open a docker shell

make sh

Execute a molecule converge over a role, with or without a specific tag

molecule converge -s [role]
molecule converge -s [role] -- -t [tag]

Launch sanity tests (first time with --requirements)

ansible-test sanity --python 3.9 --requirements
ansible-test sanity --python 3.9

Launch units tests (first time with --requirements) over a specific file or not

ansible-test units --python 3.9 --requirements
ansible-test units --python 3.9
ansible-test units --python 3.9 tests/unit/plugins/lookup/test_foo.py

Licensing

This collection is distributed under the MIT license.

See LICENSE to see the full text.

Author information

Manala (http://www.manala.io/)

More Repositories

1

nginx-autoindex-theme

CSS
43
star
2

manalize

Provides ready-to-use environments for various projects through manala ansible roles
PHP
36
star
3

manala

Let your projects' plumbings up to date
Go
17
star
4

ansible-role-influxdb

[READ-ONLY] Ansible role dealing installation and configuration of InfluxDB time-series database
Jinja
12
star
5

ansible-role-proftpd

[READ-ONLY] Ansible role dealing with the setup of ProFTPd
Makefile
9
star
6

manala-recipes

Manala recipes
Makefile
8
star
7

docker-images

Manala docker images
6
star
8

ansible-role-grafana

[READ-ONLY] Ansible role dealing with the setup of Grafana
Jinja
6
star
9

ansible-role-proxmox

[READ-ONLY] Ansible role dealing with the setup of Proxmox
Makefile
6
star
10

ansible-role-apt

[READ-ONLY] Ansible role to handle APT preferences and packages
Python
5
star
11

ansible-role-motd

[READ-ONLY] Ansible role dealing with the setup of Message Of The Day
Jinja
5
star
12

debian-packages

Manala debian packages
Makefile
4
star
13

ansible-role-telegraf

[READ-ONLY] Ansible role dealing with installation and configuration of influxdb/telegraf agent
Jinja
4
star
14

ansible-role-cron

[READ-ONLY] Ansible role dealing with the setup of Cron
Makefile
4
star
15

ansible-role-cloud_init

[READ-ONLY] Ansible role dealing with the setup of Cloud-init
Makefile
4
star
16

ansible-role-docker

[READ-ONLY] Ansible role dealing with the setup of Docker
Makefile
3
star
17

ansible-role-supervisor

[READ-ONLY] Ansible role dealing with the setup of Supervisor
Jinja
3
star
18

ansible-role-bind

[READ-ONLY] Ansible role dealing with the setup of Bind
Makefile
3
star
19

ansible-role-logrotate

[READ-ONLY] Ansible role dealing with the setup of Logrotate
Makefile
3
star
20

ansible-role-ansible_galaxy

[READ-ONLY] Ansible role dealing with the setup of Ansible Galaxy
Makefile
2
star
21

ansible-role-composer

[READ-ONLY] Ansible role dealing with the setup of Composer
Makefile
2
star
22

ansible-role-deploy

[READ-ONLY] Ansible role dealing with deployment
Makefile
2
star
23

ansible-role-phpredisadmin

[READ-ONLY] Ansible role dealing with the setup and config of PhpRedisAdmin
Jinja
2
star
24

ansible-role-git

[READ-ONLY] Ansible role dealing with git
Makefile
2
star
25

ansible-role-mysql

[READ-ONLY] Ansible role dealing with the setup and config of Mysql
Shell
2
star
26

ansible-role-php

[READ-ONLY] Ansible role dealing with the setup and config of Php
Jinja
2
star
27

ansible-role-pam_ssh_agent_auth

[READ-ONLY] Ansible role dealing with the setup of Pam ssh agent auth
Makefile
2
star
28

ansible-role-vault

[READ-ONLY] Ansible role dealing with the setup and configuration of Hashicorp Vault server
Makefile
2
star
29

ansible-role-ohmyzsh

[READ-ONLY] Ansible role dealing with the setup of Oh My Zsh
Jinja
2
star
30

ansible-role-nginx

[READ-ONLY] Ansible role dealing with the setup and config of Nginx
Jinja
1
star
31

ansible-role-postgresql

[READ-ONLY] Ansible role dealing with the setup of PostgreSQL
Jinja
1
star
32

ansible-role-haproxy

[READ-ONLY] Ansible role dealing with the setup of HAProxy
Makefile
1
star
33

ansible-role-thumbor

[READ-ONLY] Ansible role dealing with installation and configuration of Thumbor
Makefile
1
star
34

ansible-role-graylog_sidecar

[READ-ONLY] Ansible role dealing with the setup of Graylog-sidecar
Makefile
1
star
35

ansible-role-yarn

[READ-ONLY] Ansible role dealing with the setup of Yarn
Makefile
1
star
36

ansible-role-maxscale

[READ-ONLY] Ansible role dealing with the setup of Maxscale
Makefile
1
star
37

ansible-role-mongodb

[READ-ONLY] Ansible role dealing with the setup of Mongodb
Jinja
1
star
38

ansible-role-shorewall

[READ-ONLY] Ansible role dealing with the setup of Shorewall
Makefile
1
star
39

ansible-role-network

[READ-ONLY] Ansible role dealing with network hosts, resolver and interfaces
Makefile
1
star
40

ansible-role-sqlite

[READ-ONLY] Ansible role dealing with the setup of SQLite
Makefile
1
star
41

ansible-role-elasticsearch

[READ-ONLY] Ansible role dealing with the setup of Elasticsearch
Jinja
1
star
42

ansible-role-locales

[READ-ONLY] Ansible role dealing with the setup of system locales
Makefile
1
star
43

ansible-role-mount

[READ-ONLY] Ansible role dealing with the setup of mount points
Makefile
1
star
44

ansible-role-apparmor

[READ-ONLY] Ansible role dealing with the setup of AppArmor
Makefile
1
star
45

ansible-role-skeleton

[READ-ONLY] Ansible role handling skeletons patterns and options
Makefile
1
star