basetools

ANSIBLE-ROLE-BASETOOLS

Ansible role install some base packages.

Somes packages like ntp are not configured in this role. I made another role to install and configure ntp.

Howto use this role?

This role need to be include in a playbook.

Call this Galaxy role like this:

ansible-galaxy install -r requirements.yml 

Inside requirements.yml

# from GitHub, overriding the name and specifying a specific tag
- src: git+ssh:[email protected]/redbeard28/ansible-role-basetools.git
  version: master
  name: basetools

More info => Ansible Docs

Requirements

  • Ansible 2.9+

Role Variables

---
# Put role variables

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: all
  roles:
     - { role: basetools, tags: mytags }

Molecule testing framework

You can use molecule to test this role.

image=debian tag="buster" molecule converge 
image=debian tag="buster" molecule verify 

Author Information

Jeremie CUADRADO¹ from REDBEARD-CONSULTING

About

Ansible role install some base packages.

Install
ansible-galaxy install redbeard28/ansible-role-basetools
GitHub repository
License
Unknown
Downloads
791