summaryrefslogtreecommitdiff
path: root/site.yml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-13 01:00:51 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-13 01:00:51 +0100
commitd0a835a44b3fd25267c3c8c6d3ed12e1e628816b (patch)
tree8d8f13e46ccf6fe07779456c67915983bcba95d4 /site.yml
parent587b6dd6d2d3a63ad28455003c0c2c5f58afdecb (diff)
downloadAnsible-d0a835a44b3fd25267c3c8c6d3ed12e1e628816b.tar.gz
Ansible-d0a835a44b3fd25267c3c8c6d3ed12e1e628816b.tar.zst
Ansible-d0a835a44b3fd25267c3c8c6d3ed12e1e628816b.zip
Use variables to fill gpg information
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/site.yml b/site.yml
index c022b97..6e73ae3 100644
--- a/site.yml
+++ b/site.yml
@@ -1,10 +1,10 @@
1--- 1---
2- hosts: home 2- hosts: home
3 vars: 3 vars:
4 gpg_useremail: "ismael@flony" 4 gpg_useremail: "{{ gpg_user }}@{{ ansible_hostname }}"
5 gpg_realname: "Ismaël Bouya" 5 gpg_realname: "Ismaël Bouya"
6 gpg_user: "ismael" 6 gpg_user: "{{ lookup('env', 'USER') }}"
7 profile: "flony" 7 profile: "{{ ansible_hostname }}"
8 role: 8 role:
9 flony: "fretlink" 9 flony: "fretlink"
10 features: 10 features: