Daniel A. Maierhofer 3ae3c5ee50 Fix ntp
2019-02-23 00:39:09 +01:00
2018-10-08 17:53:30 +02:00
2019-01-26 02:46:04 +01:00
2018-10-08 17:53:30 +02:00
2016-03-05 16:30:21 +01:00
2019-02-23 00:39:09 +01:00
2018-12-09 00:18:09 +01:00
2016-03-05 16:26:48 +01:00
2016-05-13 12:23:20 +02:00

Common

Some common tasks for Debian hosts

Requirements

Ansible 1.9 or higher. Platform requirements are listed in the metadata file.

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - role: SphericalElephant.common
       common_basic_packages: ['vim', 'zsh'],
       common_locales:
         - name: en_US.UTF-8
         - name: en_US
         - name: en_US.ISO-8859-15
         - { name: de_AT, state: absent }
       common_locales_default: C.UTF-8
       common_mailer: False,
       common_resolvconf_nameservers: ['1.2.3.4', '2.3.4.5']

License

This project is released under the MIT license (see the LICENSE file).

Description
Ansible Konfigurationsmanagement common
Readme 110 KiB
Languages
Jinja 72.2%
Shell 27.8%