mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Compare commits
22 Commits
d300e27f9e
...
1e0110fe1a
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e0110fe1a | |||
| 461c145e39 | |||
| 5a24f06fd8 | |||
| aa106310ea | |||
| 11e8997be8 | |||
| 3d0a49f4fe | |||
| d4811cbcfe | |||
| f0823e5716 | |||
| 6258d9e279 | |||
| 3c6731405d | |||
| eaadf11a99 | |||
| 0f346a4c73 | |||
| 50e52fb839 | |||
| 916944a150 | |||
| 43bd8914aa | |||
| 69150c506f | |||
| c457178d48 | |||
| 0304eb6927 | |||
| 01d40d4120 | |||
| 46da80161a | |||
| 337f1f573c | |||
| 6d3ca1edb3 |
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
#precisa da imagem costum do opentofu
|
||||
@ -35,6 +35,11 @@ jobs:
|
||||
run: |
|
||||
apt-get update -y
|
||||
|
||||
- name: Install setup
|
||||
run: |
|
||||
apt install -y curl jq
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x
|
||||
|
||||
- name: Cloning iac repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -60,9 +65,7 @@ jobs:
|
||||
|
||||
- name: Install dante-server
|
||||
run: |
|
||||
apt-get install -y dante-server
|
||||
apt install -y openssl libssl-dev curl jq
|
||||
npm install --force -g @bitwarden/cli
|
||||
apt-get install -y dante-server openssl libssl1.1
|
||||
|
||||
|
||||
- name: Configure dante-server
|
||||
|
||||
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
|
||||
nodejs \
|
||||
npm \
|
||||
unzip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -L -o /tmp/bw.zip https://github.com/bitwarden/cli/releases/download/v1.22.1/bw-linux-1.22.1.zip \
|
||||
&& unzip /tmp/bw.zip -d /usr/local/bin \
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"secrets": [
|
||||
{
|
||||
"name": "iac.opentofu.consul.secrets",
|
||||
"name": "iac.opentofu.consul.secrets",
|
||||
"type": "note",
|
||||
"output": "../secrets/secrets/consul.secrets.tfvars"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user