https://github.com/pmav99/ansible-role-addme
An ansible role for creating a linux user account with my personal dotfiles etc
https://github.com/pmav99/ansible-role-addme
ansible user vim zsh
Last synced: 3 months ago
JSON representation
An ansible role for creating a linux user account with my personal dotfiles etc
- Host: GitHub
- URL: https://github.com/pmav99/ansible-role-addme
- Owner: pmav99
- Created: 2019-01-06T18:16:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T23:59:45.000Z (over 7 years ago)
- Last Synced: 2026-01-03T19:03:19.340Z (6 months ago)
- Topics: ansible, user, vim, zsh
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/pmav99/ansible-role-addme)
addme
=====
This role setup a linux user account with my dotfiles etc.
It shouldn't be useful to anyone else (except maybe as inspiration)
Quickstart
----------
curl -Ssl https://raw.githubusercontent.com/pmav99/ansible-role-addme/master/quickstart.sh | bash
Install the role
----------------
You can install the role by using:
ansible-galaxy install pmav99.addme
Role Variables
--------------
addme_username: pmav99
addme_github_username: pmav99
Example Playbook
----------------
- hosts: '127.0.0.1'
connection: 'local'
vars:
addme_username: 'pmav99'
addme_directory 'zsh_remote'
roles:
- role: 'pmav99.addme'
License
-------
MIT