Add gpg tasks
This commit is contained in:
parent
24d69ee598
commit
8ea9414418
8 changed files with 361 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
name: "{{ packages }}"
|
||||
|
||||
- name: detecting platform
|
||||
include_tasks: platform.yml
|
||||
import_tasks: platform.yml
|
||||
|
||||
- name: install platform specific packages
|
||||
become: yes
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
name: "{{ platform_packages }}"
|
||||
|
||||
- name: configuring network
|
||||
include_tasks: network.yml
|
||||
import_tasks: network.yml
|
||||
|
||||
- name: copy reflector configuration
|
||||
become: yes
|
||||
|
|
@ -60,12 +60,10 @@
|
|||
notify: restart powertop
|
||||
when: platform == "laptop"
|
||||
|
||||
- include_tasks: systemd.yml
|
||||
- include_tasks: openvpn.yml
|
||||
- include_tasks: gpg.yml # TODO
|
||||
- include_tasks: git.yml # TODO
|
||||
- include_tasks: mpv.yml
|
||||
- include_tasks: mpd.yml
|
||||
- include_tasks: postgres.yml # TODO
|
||||
- include_tasks: syncthing.yml
|
||||
- include_tasks: timer.yml
|
||||
- import_tasks: systemd.yml
|
||||
- import_tasks: openvpn.yml
|
||||
- import_tasks: git.yml
|
||||
- import_tasks: mpv.yml
|
||||
- import_tasks: mpd.yml
|
||||
- import_tasks: syncthing.yml
|
||||
- import_tasks: timer.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue