Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/08:00:27:36:83:9b.json
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.hvo@gmail.com>2018-05-24 20:39:35 +0200
committerLord Anton Hvornum <anton.hvo@gmail.com>2018-05-24 20:39:35 +0200
commit022b375185dacebcce15bea72486279b159f1a4b (patch)
treef2343015b880f3eb0a61ae90651cf7ac8d668e90 /deployments/08:00:27:36:83:9b.json
parent225b0b6451f6bb5eaf558c8ba309d64bde3910ef (diff)
Rebased the deployment examples
Diffstat (limited to 'deployments/08:00:27:36:83:9b.json')
-rw-r--r--deployments/08:00:27:36:83:9b.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/deployments/08:00:27:36:83:9b.json b/deployments/08:00:27:36:83:9b.json
deleted file mode 100644
index c6e4f698..00000000
--- a/deployments/08:00:27:36:83:9b.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "args" : {
- "password" : "0000"
- },
- "pre" : {
- "sh -c \"echo -n -e '[arch_offline]\nSigLevel = Optional TrustAll\nServer = http://localmirror.lan/archlinux/os/${arch}' >> /etc/pacman.conf\"" : null
- },
- "post" : {
- "Setup openssh": {
- "pacman -Syy --noconfirm openssh" : null
- },
- "Setup OpenVPN": {
- "pacman -Syy --noconfirm openvpn" : null
- },
- "Setup autostarts": {
- "systemctl enable dhcpcd" : null,
- "systemctl enable openssh" : null,
- "systemctl enable openvpn-client@testclient" : null
- }
- }
-}