Commit Graph

7 Commits

Author SHA1 Message Date
d11206e3c2 Change Vault IP addresses. 2024-07-15 18:48:40 +09:00
6fe04fdaa0 Add cases for Ubuntu 24.04. 2024-05-06 17:08:42 +09:00
feb2ed45ad Use ip command when Ubuntu 22.04. 2024-04-27 14:58:10 +09:00
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
67fab4951a Retrieve hostname. 2022-03-13 21:45:01 +09:00
6fa35a923b Retrieve IP address. 2022-03-13 21:44:18 +09:00
28e3f21141 Install Vault. 2022-03-12 11:59:44 +00:00