Commit Briefs

106cdbf159 gonzalo

initial ansible-role-adduser (master)


Branches

Tags

This repository contains no tags

Tree

.travis.ymlcommits | blame
README.mdcommits | blame
defaults/
files/
handlers/
meta/
tasks/
tests/
vars/

README.md

Ansible Role Adduser for OpenBSD
================================

Create users, the .pub key and put them on doas.conf

Example Playbook
----------------

     ---
     - hosts: all
       roles:
       - role: gonzalo-.adduser

       become: True
       become_method: doas

       vars:
           username: pepe
           password: HoLa.321

License
-------

BSD