moved installation of wireguard to role "base"
This commit is contained in:
@@ -9,6 +9,14 @@
|
||||
# basics
|
||||
- import_tasks: system_setup/hostname.yml
|
||||
- include_tasks: system_setup/hosts.yml
|
||||
- import_tasks: system_setup/clock.yml
|
||||
- import_tasks: system_setup/locale.yml
|
||||
- include_tasks: system-setup/wireguard.yml
|
||||
when:
|
||||
- wireguard is defined
|
||||
- wireguard == true
|
||||
- ansible_default_ipv4.address | ipaddr('public')
|
||||
ignore_errors: True
|
||||
- import_tasks: system_setup/git.yml
|
||||
# install software
|
||||
# - import_tasks: software/repositories.yml
|
||||
@@ -20,9 +28,7 @@
|
||||
|
||||
# Perform remaining tasks:
|
||||
- import_tasks: users.yml
|
||||
- import_tasks: system_setup/clock.yml
|
||||
- import_tasks: system_setup/cron.yml
|
||||
- import_tasks: system_setup/locale.yml
|
||||
# - import_tasks: system_setup/logging.yml
|
||||
# - import_tasks: system_setup/memory.yml
|
||||
# - import_tasks: system_setup/microcode.yml
|
||||
|
||||
Reference in New Issue
Block a user