itamae/cookbooks/vault
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
..
templates/etc/apt/sources.list.d Install `Vault`. 2022-03-12 11:59:44 +00:00
attributes.rb Specify the default `Vault` managers. 2022-03-13 21:45:17 +09:00
default.rb Conduct setup procedures, when explicitly requested. 2022-03-13 21:43:52 +09:00
install.rb Install `Vault`. 2022-03-12 11:59:44 +00:00