Skip to content

pnsafonov/little

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - lexx.little

Collection with general set of tasks.

To use task from collection see example below.
There is single role to import any task.

Add collection as dependency

requirements.yml:

collections:
  - name: lexx.little
    source: "https://github.com/pnsafonov/little.git"
    type: git
    version: 1.0.0

Install or update pind service

Ansible playbook file:

...
  tasks:
    - import_role:
        name: lexx.little.import
      vars:
        task_path: "tasks/service/pind/pind.yml"
...

About

lexx.little ansible collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published