Initial commit
This commit is contained in:
11
install-ansible.sh
Normal file
11
install-ansible.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Pour docker et le plugin compose pour docker sur un Debian
|
||||
|
||||
|
||||
# Add Docker's official GPG key:
|
||||
apt-get update
|
||||
apt-get install software-properties-common
|
||||
|
||||
add-apt-repository --yes --update ppa:ansible/ansible
|
||||
|
||||
apt install ansible
|
Reference in New Issue
Block a user