Go to file
Kazuhiro MUSASHI 7681522b6b Specify the default `Vault` managers.
```
--- a/cookbooks/vault/attributes.rb
+++ b/cookbooks/vault/attributes.rb
@@ -21,5 +21,6 @@ node.reverse_merge!({
     'manager' => false,
     'ipaddr' => ipaddr,
     'hostname' => hostname,
+    'ips' => ['192.168.10.141', '192.168.10.142', '192.168.10.143'],
   }
 })
```
2022-03-13 21:45:17 +09:00
cookbooks Specify the default `Vault` managers. 2022-03-13 21:45:17 +09:00
roles Install `Vault` by default: 2022-03-12 11:59:44 +00:00
tasks Use `fzf`, instead of `peco`. 2019-11-03 13:08:14 +08:00
.gitignore `nodes/`ディレクトリをgitの管理外にする 2019-08-10 19:05:13 +08:00
.rubocop-todo.yml initial commit 2019-03-03 16:50:49 +08:00
.rubocop.yml initial commit 2019-03-03 16:50:49 +08:00
.ruby-version bump ruby versions. 2020-07-19 01:20:08 +09:00
Gemfile initial commit 2019-03-03 16:50:49 +08:00
Gemfile.lock bump gems versions. 2020-07-19 01:26:35 +09:00
Rakefile initial commit 2019-03-03 16:50:49 +08:00
entrypoint.rb initial commit 2019-03-03 16:50:49 +08:00