Started creation of play after VPS has been made and initial configuration of main services has been done
This commit is contained in:
9
playbooks/soft-init.yml
Normal file
9
playbooks/soft-init.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- name: Configure the rest of the system for the administrative user(s)
|
||||||
|
hosts: vps1
|
||||||
|
# remote_user: # @NOTE can be uncommented to insert known administrative user
|
||||||
|
# @NOTE below can be uncommented to insert known administrative user
|
||||||
|
# vars:
|
||||||
|
# ansible_user: root
|
||||||
|
tasks:
|
||||||
|
|
||||||
Reference in New Issue
Block a user