Initial commit

This commit is contained in:
sonny 2023-03-04 17:04:02 +01:00
parent 2ec50be98a
commit ae90907e4e
12 changed files with 68 additions and 2680 deletions

View file

@ -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'