Cleanup init playbook and unused roles
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user