Compare commits

..

2 Commits

Author SHA1 Message Date
db3760cb35 commit message from python script 2023-07-14 17:54:39 +02:00
2927b066a5 added 2023-04-11 16:27:22 +02:00
14 changed files with 4 additions and 4 deletions

0
gitlab/README.md Normal file → Executable file
View File

View File

@@ -3,10 +3,10 @@
- name: "Install gitlab in Docker"
gather_facts: true
become: false
hosts: ubuntu
#connection: local
# vars:
# ansible_user: jonnybravo
hosts: localhost
connection: local
vars:
ansible_user: jonnybravo
roles:
- prereq_gitlab
- docker_gitlab

0
gitlab/group_vars/all/main.yml Normal file → Executable file
View File

0
gitlab/inv/devel/hosts Normal file → Executable file
View File

0
gitlab/roles/docker_gitlab/files/jenkins_keystore.jks Normal file → Executable file
View File

0
gitlab/roles/docker_gitlab/tasks/main.yml Normal file → Executable file
View File

View File

0
gitlab/roles/docker_gitlab/vars/main.yml Normal file → Executable file
View File

0
gitlab/roles/prereq_gitlab/README.md Normal file → Executable file
View File

0
gitlab/roles/prereq_gitlab/defaults/main.yml Normal file → Executable file
View File

0
gitlab/roles/prereq_gitlab/handlers/main.yml Normal file → Executable file
View File

0
gitlab/roles/prereq_gitlab/meta/main.yml Normal file → Executable file
View File

0
gitlab/roles/prereq_gitlab/tasks/main.yml Normal file → Executable file
View File

0
gitlab/roles/prereq_gitlab/vars/main.yml Normal file → Executable file
View File