File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
app-dev/devops/ansible-jenkins Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ can eventually be modified or forked.
12
12
* Tested on Oracle Linux 8
13
13
* Instance generated only if it is in a public subnet network
14
14
* Port 22 must be opened on the instance, as OCI Resource Manager will need to connect to the instance through SSH
15
+ * Jenkins port can't be between 0 and 1024, as those are Linux reserved ports and would require further configurations to be exposed
16
+ * To access Jenkins, the instance and Jenkins port must be reachable
17
+ * As the instance will be updated, it will take a while during the first run
15
18
16
19
Although these limitations might not fit every use case, the code can be used as a reference and there are ways to lift them.
17
20
21
+ [
22
+ ![ Deploy to Oracle Cloud]
23
+ (https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg )
24
+ ]
25
+ (https://cloud.oracle.com/resourcemanager/stacks/create
26
+ ?zipUrl=<package-url >)
27
+
Original file line number Diff line number Diff line change 34
34
# SOFTWARE.
35
35
36
36
terraform {
37
+ required_version = " >= 1.2"
37
38
required_providers {
38
39
oci = {
39
40
source = " oracle/oci"
You can’t perform that action at this time.
0 commit comments