diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-13 01:00:51 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-13 01:00:51 +0100 |
commit | d0a835a44b3fd25267c3c8c6d3ed12e1e628816b (patch) | |
tree | 8d8f13e46ccf6fe07779456c67915983bcba95d4 /site.yml | |
parent | 587b6dd6d2d3a63ad28455003c0c2c5f58afdecb (diff) | |
download | Ansible-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.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |