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.
1212* Tested on Oracle Linux 8
1313* Instance generated only if it is in a public subnet network
1414* 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
1518
1619Although these limitations might not fit every use case, the code can be used as a reference and there are ways to lift them.
1720
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 3434# SOFTWARE.
3535
3636terraform {
37+ required_version = " >= 1.2"
3738 required_providers {
3839 oci = {
3940 source = " oracle/oci"
You can’t perform that action at this time.
0 commit comments