Browse Source

add docs

master
zeus 3 years ago
parent
commit
4f53177038
  1. 4
      .gitignore
  2. 2
      README.md
  3. 48
      docs/yaml-index.adoc
  4. 2
      inventory.yml

4
.gitignore

@ -7,6 +7,10 @@ Makefile.variable
./root/files/*
./root/inventory.yml
root/inventory.yml
root/user.config
root/files/*
# local env files
.env.local
.env.*.local

2
README.md

@ -14,5 +14,7 @@
2. run ./run-files.sh
*** check inventory.yml ***

48
docs/yaml-index.adoc

@ -0,0 +1,48 @@
= DevOps !
Apostolos rootApostolos@swarmlab.io
// Metadata:
:description: DevOps
:keywords: Server
:data-uri:
:toc: right
:toc-title: Πίνακας περιεχομένων
:toclevels: 4
:source-highlighter: highlight
:icons: font
:sectnums:
{empty} +
.yaml
****
****
== Appl
.index
[options="header,footer"]
|=======================
|File|Desc|Url
| basic/ls/update.yml | update && upgrade |
| basic/ls/basic.yml | build-essential git flex bison traceroute curl lynx |
| basic/openjdk/java.yml | openjdk-11-jdk | https://openjdk.java.net/projects/jdk/11/[^]
|=======================
== Root
.index
[options="header,footer"]
|=======================
|File|Desc
| root/adduser/run.yml | adduser
| root/sudo/run.yml | add user to sudo without password
|=======================

2
inventory.yml

@ -1,2 +1,2 @@
[service]
195.130.109.125
195.130.109.123

Loading…
Cancel
Save