diff --git a/gnupg.yml b/gnupg.yml new file mode 100644 index 0000000..cd2ae7a --- /dev/null +++ b/gnupg.yml @@ -0,0 +1,8 @@ +--- + +- name: Sets up gpg and the configs for using it as a ssh-agent + #connection: local + hosts: gnupg + become: true + roles: + - gnupg diff --git a/inventory.yaml b/inventory.yaml index e494d85..f7ff8e9 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -4,5 +4,11 @@ all: hosts: xenon: ansible_host: xenon.int.finallycoffee.eu + ansible_connection: local vars: ansible_user: transcaffeine + +gnupg: + hosts: + xenon: +