Go to file
Radar231 e186ed30e8 cleaned up variables to reflect variable use changes in sops and age roles 2022-01-03 10:41:57 -05:00
README.md initial checkin 2021-12-23 07:57:18 -05:00
sops-age.yml cleaned up variables to reflect variable use changes in sops and age roles 2022-01-03 10:41:57 -05:00

README.md

sops + age playbook

References

Introduction

This is the top level playbook for the 'sops' and 'age' roles, which will install and configure sops and age to the target host.

This playbook defines the following variables, which need to be set to the required versions of sops and age as per the releases section of each repository;

  • sops_ver
  • sops_pkg
  • age_ver
  • age_pkg

This playbook can be run using the following command line;

ansible-playbook -i <inventory file | IP,> sops-age.yml

ie,
ansible-playbook -i 192.168.1.123, sops-age.yml