mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for cloud_init
|
||||
- name: Restart cloud-init
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ cloud_init_service }}"
|
||||
state: restarted
|
||||
@@ -0,0 +1,6 @@
|
||||
# Ansible managed
|
||||
|
||||
system_info:
|
||||
default_user:
|
||||
name: {{ cloud_init_default_user }}
|
||||
lock_passwd: {{ cloud_init_lock_passwd }}
|
||||
Reference in New Issue
Block a user