Update 08:00:27:6f:0c:25.json
This commit is contained in:
parent
24216bde89
commit
f9f6f8a4a9
|
|
@ -1,15 +1,14 @@
|
||||||
{
|
{
|
||||||
"args" : {
|
"args" : {
|
||||||
"password" : "0000",
|
"password" : "0000"
|
||||||
"debug" : true
|
|
||||||
},
|
},
|
||||||
"post" : {
|
"post" : {
|
||||||
"Installing DNS + Database": {
|
"Installing DNS + Database": {
|
||||||
"pacman -Syy --noconfirm powerdns postgresql" : null
|
"pacman -Syy --noconfirm powerdns postgresql" : null
|
||||||
},
|
},
|
||||||
"Setup Database": {
|
"Setup Database": {
|
||||||
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null,
|
"sh -c \"echo 'postgres:{pin}' | chpasswd\"" : {"debug" : true},
|
||||||
"su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null,
|
"su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : {"debug" : true},
|
||||||
"systemctl start postgresql" : null
|
"systemctl start postgresql" : null
|
||||||
},
|
},
|
||||||
"Setup DNS": {
|
"Setup DNS": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue