Use simpler file structure
This commit is contained in:
parent
3bca1176a4
commit
7f6381b33c
17 changed files with 152 additions and 122 deletions
13
vars/email.yml
Normal file
13
vars/email.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
smtp_server: 'smtp.transip.email'
|
||||
smtp_port: 465
|
||||
smtp_username: 'gitlab@fudiggity.nl'
|
||||
smtp_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
61333133363037363433356134346438306431626664313230386439373338623437353866376232
|
||||
6463383937636262666261656534353231663262303838630a323862363161653262636339306363
|
||||
62663639663030356263323539336231336335303761303965356132636265356661636534323363
|
||||
3165353961373137350a333864386439323163383835326664383665333363326438356231643030
|
||||
64313064353331663232653637343862303737656431316336373531353461623531633531333164
|
||||
65376632636666316166323465653134366463313863333137623838326134363739363338316461
|
||||
336533373134643132383363393032376638
|
||||
smtp_domain: 'fudiggity.nl'
|
||||
12
vars/main.yml
Normal file
12
vars/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
default_user: 'sonny'
|
||||
|
||||
app_name: 'gitlab'
|
||||
app_user: 'root'
|
||||
|
||||
packages:
|
||||
- curl
|
||||
- openssh-server
|
||||
- ca-certificates
|
||||
- postfix
|
||||
|
||||
gitlab_setup_script: 'https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh'
|
||||
6
vars/network.yml
Normal file
6
vars/network.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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'
|
||||
12
vars/postgres.yml
Normal file
12
vars/postgres.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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