path

Path Build Status Ansible Role

Ansible role to create a path. This role is designed to be call as dependency.

Requirements

Need ansible 2+

Role Variables

path: "/var/www"
owner: "www"
group: "www"
mode: 755

Dependencies

There is no dependency.

Example Playbook

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

License

BSD

About

Role to create a path

Install
ansible-galaxy install SimpliField/ansible-path
GitHub repository
License
Unknown
Downloads
1361