lciolecki.structure

Simple Ansible Role for Managing Application Structure

Installation Methods

  • You can install binary packages from the GitHub repository (role name: ansible.structure).
  • Alternatively, install it from Ansible Galaxy using: ansible-galaxy install lciolecki.structure (role name: lciolecki.structure).

The recommended way to install is via Ansible Galaxy.

Usage

---
- hosts: all

  roles:
    - lciolecki.structure

  vars:
  ....

Variables

---

structure_list:
  - { state: "directory", path: "{{ your_path }}", mode: "{{ your_mode }}", owner: "{{ your_owner }}", ... }

Supported File Options You can find more options at Ansible File Module Documentation.

License

This project is under the MIT License (MIT).

Copyright (c) 2015 Łukasz Ciołecki

You are free to use, copy, change, combine, publish, distribute, sublicense, and/or sell copies of this software, with no restrictions.

Conditions:

  • Include the copyright notice and this permission notice in all copies of the software.

The software is provided "as is", without any warranty of any kind. The authors are not responsible for any claims or damages related to the use of this software.

Informazioni sul progetto

Simple Ansible role to manage structure application

Installa
ansible-galaxy install lciolecki.structure
Licenza
mit
Download
710
Proprietario