nouveau fichier : ct-ansible/.bash_history

modifié :         ct-ansible/playbook.yml
This commit is contained in:
LAFORET Kyllian 2021-11-24 09:37:47 +01:00
parent 85dc557392
commit 392aba4da0
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,42 @@
apt install vim curl mc sudo
apt autoclean
apt autoremove
poweroff
ip a
ip l
ip n
ip r
poweroff
apt update
apt upgrade
poweroff
apt install -y git-core
poweroff
apt update
apt upgrade -y
poweroff
nano .bashrc
vi /etc/hosts
nano .bashrc
poweroff
echo "PermitRootLogin yes" > /etc/ssh/sshd_config
sed -i 's/bullseye/ansible/g' /etc/host
sed -i 's/bullseye/ansible/g' /etc/host{s,name}
sed -i 's/bullseye/ansible/g' /etc/host{s,name}; reboot
apt update
apt upgrade
apt install ansible
apt install ansible
ip a
reboot
ip a
apt install ansible
ip a
vim /etc/network/interfaces
reboot
poweroff
ssh-keygen
vim ~/.ssh/config
clear
exit
exit

View File

@ -12,6 +12,7 @@
append : yes
password: "{{ 'sioadm' | password_hash('sha512') }}"
password_lock: yes
msg : 'adm'
- name: delete rpcbind
apt :