Cleanup init playbook and unused roles

This commit is contained in:
2019-11-23 21:05:01 -05:00
parent 3dc96bbf4d
commit 5cedb22b51
5 changed files with 2 additions and 85 deletions

View File

@@ -13,6 +13,8 @@
update: true
exclude: [] # Override the default kernel exclusion
clean: true
- role: sshd
- role: networkd
tasks:
- name: Set hostname
become: true
@@ -24,11 +26,3 @@
src: bashrc.sh
dest: /etc/profile.d/ZA-enpn-bashrc.sh
mode: 0644
- name: Configure services
hosts: all:!network
tags:
- initialize
roles:
- role: sshd
- role: networkd