Copy over some initial stuff
This commit is contained in:
commit
18ae3aaf4e
11 changed files with 210 additions and 0 deletions
17
main.yml
Normal file
17
main.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
- name: Initalize base server.
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- 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