Mettre à jour 'linux/init.sls'

This commit is contained in:
Iwan Clément
2018-02-12 13:40:57 +00:00
parent 090b75bed7
commit cfbe48c071

View File

@@ -2,6 +2,24 @@ pkg.upgrade:
module.run:
- refresh: True
Installation de sudo:
pkg.installed:
- name: sudo
iwanadm:
user.present:
- fullname: Iwan l'administrateur
- shell: /bin/bash
- home: /home/iwanadm
- createhome: True
- password: Gwladys+Ophelie+Aristide_
- hash_password: True
- uid: 9876
- gid_from_name: True
- optional_groups:
- wheel
- sudo
Installation des outils Net-tools:
pkg.installed:
- name: net-tools
@@ -10,10 +28,6 @@ Installation de less:
pkg.installed:
- name: less
Installation de sudo:
pkg.installed:
- name: sudo
Installation du serveur SSH:
pkg.installed:
- name: openssh-server