Skip to content

Ansible role to install common desktop stuff, like dotfiles and X applications

License

Notifications You must be signed in to change notification settings

sorrowless/ansible_desktop_common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbog/desktop_common

Role to install common desktop stuff like dotfiles and X apps.

Requirements

Ansible 2.4

Role Variables

# Username to become
username: user

git_username: user
git_email: user@user.org
# Dict with ssh configs
ssh_config_hosts: {}

# Personal backup vars
backups_encryption_key: ""

# SDDM vars
login_theme: clairvoyance
login_cursor_theme: "ComixCursors-White"

Dependencies

None

Example Playbook

- name: Install common desktop stuff
  hosts: localhost
  remote_user: root
  roles:
    - desktop_common

License

Apache 2.0

Author Information

Stanislaw Bogatkin (https://sbog.ru)

About

Ansible role to install common desktop stuff, like dotfiles and X applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published