- Add '--skip-check' option to update.py to skip dotfiles update checks. - Update playbook.yml and symlinks.yml to use 'inventory_hostname' for host checks. - Refactor service task inclusions in server.yml for better readability and maintainability. - Add new Home Assistant service with corresponding docker-compose configuration. - Update various service YAML files to use dynamic paths based on inventory_hostname. - Add tags for service tasks to improve organization and execution control. - Remove obsolete services.yml file.
Ansible Configuration
1Password Integration
This Ansible configuration includes a custom lookup plugin for fetching secrets from 1Password. The 1Password CLI must be installed and authenticated on the machine running Ansible.
See 1Password Integration Readme
Prerequisites
- Install 1Password CLI
- Sign in to 1Password using
op signin - Service account should be properly configured
Finding Vault IDs
To find your vault ID:
op vault list
For more information, see the 1Password CLI documentation.