From 08e94d0bd52e2aed28ead9addabc9e5824de79fb Mon Sep 17 00:00:00 2001 From: jreichmann Date: Sat, 4 May 2019 21:25:43 +0200 Subject: [PATCH] Add inventory and play for gnupg role --- gnupg.yml | 8 ++++++++ inventory.yaml | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 gnupg.yml 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: +