Add inventory and play for gnupg role
This commit is contained in:
parent
1f8193bd8c
commit
08e94d0bd5
8
gnupg.yml
Normal file
8
gnupg.yml
Normal 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
|
@ -4,5 +4,11 @@ all:
|
||||
hosts:
|
||||
xenon:
|
||||
ansible_host: xenon.int.finallycoffee.eu
|
||||
ansible_connection: local
|
||||
vars:
|
||||
ansible_user: transcaffeine
|
||||
|
||||
gnupg:
|
||||
hosts:
|
||||
xenon:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user