Skip to content

aboutbits/ansible-1password-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible 1Password Connect Role

A role to install and configure 1Password Connect.

Requirements

  • Docker and Docker Compose

Role Variables

  • 1password_server_port: 1Password Connect API server port (Optional).
  • 1password_credentials_file: The name of the 1Password credentials file template file (Optional). This file is used to authenticate with 1Password.

Example Playbook

- hosts: all
  tasks:
    - ansible.builtin.include_role:
        name: ansible-1password-connect
      vars:
        1password_server_port: 8080
        1password_credentials_file: 1password_credentials.j2

Versioning

In order to have a versioning in place and working, create lightweight tags that point to the appropriate minor release versions.

Creating a new minor release:

git tag v2
git push --tags

Replacing an already existing minor release:

git tag -d v2
git push origin :refs/tags/v2
git tag v2
git push --tags

About

Ansible - 1Password Connect Role

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages