22 lines
900 B
YAML
22 lines
900 B
YAML
---
|
|
ansible_become_pass: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
30663738356639646630353032313363323435303266396331386635326634646263363765353162
|
|
3266633532313962393366373135636338363436396663650a653062623330653262343230393962
|
|
66616163376437303231346530386136646162653335646133353364343066396535363261336638
|
|
3964616439313034640a653833366537383435633261623165306238666438356366333066643463
|
|
61336632323866643236663130633162616336346135373466393862636232616238306234393566
|
|
3434383830653037623635386532663336306461363231356535
|
|
|
|
common__certbot__cert_name: 'misc.crypto-libertarian.com'
|
|
common__certbot__cert_domains:
|
|
- 'misc.crypto-libertarian.com'
|
|
- 'report-ip.crypto-libertarian.com'
|
|
|
|
rvm1_rvm_version: stable
|
|
rvm1_rvm_check_for_updates: true
|
|
rvm1_install_path: '/usr/local/rvm'
|
|
rvm1_install_flags: '--auto-dotfiles'
|
|
rvm1_user: root
|
|
rvm1_rubies: ['ruby-2.7.0']
|
|
rvm1_bundler_install: false
|