Add inventory and play for gnupg role

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-04 21:25:43 +02:00
parent 1f8193bd8c
commit 08e94d0bd5
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 14 additions and 0 deletions

8
gnupg.yml Normal file
View File

@ -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

View File

@ -4,5 +4,11 @@ all:
hosts: hosts:
xenon: xenon:
ansible_host: xenon.int.finallycoffee.eu ansible_host: xenon.int.finallycoffee.eu
ansible_connection: local
vars: vars:
ansible_user: transcaffeine ansible_user: transcaffeine
gnupg:
hosts:
xenon: