Renamed master playbook to specify what hosts or group of hosts the play is meant for
This commit is contained in:
5
playbooks/servers.yml
Normal file
5
playbooks/servers.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Lock down VPS
|
||||
ansible.builtin.import_playbook: manage_root.yml
|
||||
- name: Disable shell for root
|
||||
ansible.builtin.import_playbook: init_login.yml
|
Reference in New Issue
Block a user