Mise à jour de 'ct-ansible/playbook.yml'
This commit is contained in:
parent
9383581c66
commit
ac6f1eb3e3
@ -4,15 +4,14 @@
|
||||
become_user: root
|
||||
tasks:
|
||||
|
||||
- name: création de sioadm
|
||||
- name: creation de sioadm
|
||||
user:
|
||||
name:sioadm
|
||||
state:present
|
||||
generate_ssh_key:yes
|
||||
groups:sudo
|
||||
append:yes
|
||||
password:"{{ 'sioadm' | password_hash('sha512') }}"
|
||||
password_lock:yes
|
||||
name: sioadm
|
||||
state: present
|
||||
groups: sudo
|
||||
append: yes
|
||||
password: "{{ 'sioadm' | password_hash('sha512') }}"
|
||||
password_lock: yes
|
||||
|
||||
- name: desinstaller le paquet wpasupplicant
|
||||
apt:
|
||||
@ -26,7 +25,7 @@
|
||||
|
||||
- name: ecriture fichier resolv.conf
|
||||
template:
|
||||
src: erlov.conf
|
||||
src: resolv.conf
|
||||
dest: "/etc/resolv.conf"
|
||||
|
||||
- name: configuration sshd_config
|
||||
@ -35,5 +34,3 @@
|
||||
regexp: '^PermitRootLogin (yes|without-password)'
|
||||
regexp: '^PermitRootLogin (yes|without-password|prohibit-password)'
|
||||
replace: "PermitRootLogin no"
|
||||
notify: reload sshd
|
||||
when: evolinux_root_disable_ssh
|
||||
|
Loading…
x
Reference in New Issue
Block a user