Started modifying for nas
This commit is contained in:
parent
18ae3aaf4e
commit
9f77e30161
6 changed files with 68 additions and 62 deletions
9
main.yml
9
main.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue