Skip to content
/ pets Public

Configuration management for my pets 🐱🐶🐰

License

Notifications You must be signed in to change notification settings

JimMadge/pets

Repository files navigation

Pets

Configuration management for my pets 🐱🐶🐰

Tags

Tags can be used (with the --tags flag) to control which parts of the role are run.

tag tasks
packages Install common packages for every distributon
user User configuration including SSH keys and dotfiles
arch Arch specific configuration (arch packages, pacman hooks)

Example playbook

---

- hosts: localhost

  vars:
    user_password: "{{ 'mypassword' | password_hash('sha512', 'mysecretsalt') }}"

  roles:
    - pets

About

Configuration management for my pets 🐱🐶🐰

Resources

License

Stars

Watchers

Forks