Initial commit
This commit is contained in:
parent
2ec50be98a
commit
ae90907e4e
12 changed files with 68 additions and 2680 deletions
25
playbook.yml
25
playbook.yml
|
|
@ -1,29 +1,6 @@
|
|||
- hosts: gitlab
|
||||
become: true
|
||||
become_method: sudo
|
||||
pre_tasks:
|
||||
- name: install packages
|
||||
apt:
|
||||
name: '{{ packages }}'
|
||||
state: present
|
||||
- include_role:
|
||||
name: common
|
||||
tasks_from: 'setup.yml'
|
||||
- include_role:
|
||||
name: common
|
||||
tasks_from: 'network.yml'
|
||||
- include_role:
|
||||
name: common
|
||||
tasks_from: 'host.yml'
|
||||
roles:
|
||||
- common
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- include_role:
|
||||
name: common
|
||||
tasks_from: 'ssl.yml'
|
||||
- import_tasks: 'tasks.yml'
|
||||
vars_files:
|
||||
- 'vars/main.yml'
|
||||
- 'vars/network.yml'
|
||||
- 'vars/postgres.yml'
|
||||
- 'vars/email.yml'
|
||||
|
|
|
|||
Reference in a new issue