Started modifying for nas

This commit is contained in:
Jef Roosens 2022-11-12 23:40:32 +01:00
parent 18ae3aaf4e
commit 9f77e30161
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 68 additions and 62 deletions

View file

@ -3,15 +3,8 @@
hosts: all
become: yes
roles:
- packages
- net-security
tags: base
# TODO set up samba
# Runs last because it changes the Python symlink
- name: Replace Python 2 with Python 3.
hosts: all
become: yes
roles:
- replace-python2
tags: base