nouveau fichier : ct-ansible/.bash_history
modifié : ct-ansible/playbook.yml
This commit is contained in:
parent
85dc557392
commit
392aba4da0
42
sio2/sisr/ct-ansible/.bash_history
Normal file
42
sio2/sisr/ct-ansible/.bash_history
Normal 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
|
@ -12,6 +12,7 @@
|
|||||||
append : yes
|
append : yes
|
||||||
password: "{{ 'sioadm' | password_hash('sha512') }}"
|
password: "{{ 'sioadm' | password_hash('sha512') }}"
|
||||||
password_lock: yes
|
password_lock: yes
|
||||||
|
msg : 'adm'
|
||||||
|
|
||||||
- name: delete rpcbind
|
- name: delete rpcbind
|
||||||
apt :
|
apt :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user