99
1010
1111* Requires
12+ * [ databases] ( /docs/recipe/provision/databases.md )
1213 * [ nodejs] ( /docs/recipe/provision/nodejs.md )
1314 * [ php] ( /docs/recipe/provision/php.md )
1415 * [ website] ( /docs/recipe/provision/website.md )
1516
1617## Configuration
1718### lsb_release
18- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L15 )
19+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L16 )
1920
2021Name of lsb_release like: focal, bionic, etc.
2122As only Ubuntu 20.04 LTS is supported for provision should be the ` focal ` .
2223
2324
2425
2526### sudo_password
26- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L132 )
27+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L133 )
2728
2829
2930
3031
3132
3233### ssh_copy_id
33- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L142 )
34+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L143 )
3435
3536Specify which key to copy to server.
3637Set to ` false ` to disable copy of key.
@@ -44,7 +45,7 @@ Set to `false` to disable copy of key.
4445## Tasks
4546
4647### provision
47- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L20 )
48+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L21 )
4849
4950Provision the server.
5051
@@ -67,63 +68,63 @@ This task is group task which contains next tasks:
6768
6869
6970### provision: check
70- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L36 )
71+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L37 )
7172
7273Check pre-required state.
7374
7475
7576
7677
7778### provision: update
78- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L55 )
79+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L56 )
7980
8081Add repositories and update.
8182
8283
8384
8485
8586### provision: upgrade
86- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L77 )
87+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L78 )
8788
8889Upgrade all packages.
8990
9091
9192
9293
9394### provision: install
94- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L84 )
95+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L85 )
9596
9697Install packages.
9798
9899
99100
100101
101102### provision: server
102- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L117 )
103+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L118 )
103104
104105Configure server.
105106
106107
107108
108109
109110### provision: ssh
110- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L122 )
111+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L123 )
111112
112113Configure SSH.
113114
114115
115116
116117
117118### provision: deployer
118- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L145 )
119+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L146 )
119120
120121Setup deployer user.
121122
122123
123124
124125
125126### provision: firewall
126- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L189 )
127+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L190 )
127128
128129Setup firewall.
129130
0 commit comments