https://github.com/kowalski7cc/ansible-role-chromeos-keyring
Install GNOME keyring for Debian container on ChromeOS
https://github.com/kowalski7cc/ansible-role-chromeos-keyring
Last synced: 3 months ago
JSON representation
Install GNOME keyring for Debian container on ChromeOS
- Host: GitHub
- URL: https://github.com/kowalski7cc/ansible-role-chromeos-keyring
- Owner: kowalski7cc
- Created: 2023-07-15T16:17:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T16:45:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T22:31:48.733Z (5 months ago)
- Language: Jinja
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Role Name
=========Install GNOME keyring for Debian container on ChromeOS.
You can restrict the role to run only on ChromeOS with the check `when: "'ChromiumOS' in ansible_facts.system_vendor"`Requirements
------------...
Role Variables
--------------...
Dependencies
------------...
Example Playbook
----------------Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: localhost
tasks:
- name: Install Keyring on chromeos
ansible.builtin.include_role:
name: kowalski7cc.chromeos_keyring
when: "'ChromiumOS' in ansible_facts.system_vendor"License
-------MIT
Author Information
------------------Kowalski Dragon (kowalski7cc)