append fixes
This commit is contained in:
parent
c6dc7b0008
commit
83457bc551
@ -1,8 +1,8 @@
|
||||
---
|
||||
- name: setup floating ips
|
||||
template:
|
||||
src: "./etc/networking/interfaces.d/60-floating-ip.cfg.j2"
|
||||
dest: "/etc/networking/interfaces.d/60-floating-ip.cfg"
|
||||
src: "./etc/network/interfaces.d/60-floating-ip.cfg.j2"
|
||||
dest: "/etc/network/interfaces.d/60-floating-ip.cfg"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
- name: Adjust root password
|
||||
user:
|
||||
name: root
|
||||
password: "{{ root_user_cred }}"
|
||||
password: "{{ root_user_cred | string | password_hash('sha512') }}"
|
||||
|
||||
- name: list active users
|
||||
shell: grep -v "nologin" /etc/passwd | cut -f 1 -d ":"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user