Initial commit
This commit is contained in:
parent
2ec50be98a
commit
ae90907e4e
12 changed files with 68 additions and 2680 deletions
|
|
@ -1,12 +1,6 @@
|
|||
default_user: 'sonny'
|
||||
hostname: 'git.fudiggity.nl'
|
||||
|
||||
app_name: 'gitlab'
|
||||
app_user: 'root'
|
||||
image_tag: '15.6.1-ee.0'
|
||||
|
||||
packages:
|
||||
- curl
|
||||
- openssh-server
|
||||
- ca-certificates
|
||||
- postfix
|
||||
|
||||
gitlab_setup_script: 'https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh'
|
||||
app_dir: '/srv/docker/gitlab'
|
||||
gitlab_home: '{{ ansible_env.HOME }}/vm/gitlab'
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
host_interface: 'en*'
|
||||
host_ip: '192.168.178.88'
|
||||
host_subnet: '24'
|
||||
host_gateway: '192.168.178.1'
|
||||
host_dns: '192.168.178.1'
|
||||
hostname: 'gitlab.fudiggity.nl'
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
postgres_host: '192.168.178.165'
|
||||
postgres_port: '5432'
|
||||
postgres_db: 'gitlab'
|
||||
postgres_user: 'gitlab'
|
||||
postgres_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66343661313333383264343865656339306430633565626261373934343537623332353438353736
|
||||
3336656666326139363333316163343334666638313230330a356666613131393532316333313733
|
||||
32306132633237303562373762393136623466383337626264663032626538393133646137656231
|
||||
6233323030313461390a653266613562353261343866316239313161643466643239386130616534
|
||||
33316162633762303936616463393662643339336532623138623536366263333634306237643662
|
||||
3662363761663761373334663038663833663839363731633631
|
||||
Reference in a new issue