SimpliField.path

Path

Build Status Ansible Role

Overview

This Ansible role is used to create a directory path. It is meant to be used as a supporting role in other playbooks.

Requirements

  • You need Ansible version 2 or higher.

Role Variables

You can set the following variables in your playbook:

path: "/var/www"  # The directory path to create
owner: "www"      # The owner of the directory
group: "www"      # The group of the directory
mode: 755         # The permissions for the directory

Dependencies

This role does not have any dependencies.

Example Playbook

Here’s an example of how to use this role in a playbook:

- hosts: servers
  roles:
    - role: SimpliField.path
      path: "/var/www"
      owner: "www"
      group: "www"

License

This role is licensed under the BSD license.

Informazioni sul progetto

Role to create a path

Installa
ansible-galaxy install SimpliField.path
Licenza
Unknown
Download
1.4k
Proprietario