Kaynağa Gözat

common: use password lookup to generate passwords

See https://docs.ansible.com/ansible/playbooks_lookups.html
Allen Riddell 8 yıl önce
ebeveyn
işleme
e95caea06c
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      roles/common/defaults/main.yml

+ 4
- 0
roles/common/defaults/main.yml Dosyayı Görüntüle

@@ -0,0 +1,4 @@
1
+common_timezone: 'Etc/UTC'
2
+
3
+# encfs
4
+encfs_password: "{{ lookup('password', 'credentials/' + role + '/encfs_password' length=32') }}"

Loading…
İptal
Kaydet