Skip to content

ansible was for me way to complicated so i startet a own Bash Version of it.

Notifications You must be signed in to change notification settings

hahaxd35/easy-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-ansible

ansible was for me way to complicated so i startet a own Bash Version of it.

is far from finished!

Planned features:

  • file (copy modul)
  • cmd
  • lineinfile
  • apt
  • any feature make it easy to confige servers without knowing how to program

. /path/to/easy-ansible.sh

hosts="" ssh_user=""

file --file /etc/apache2/apache2.conf --mode 622 --owner root:root --content " please here apache2 configuration"

apt --update (runs apt update on remote server) apt ---upgrade (runs apt upgrade on remote server)

lineinfile --action append --regex "^allow root" --file "config.cf"

cmd --comand "do_this ; sleep 1 ; do whatever you want" --runs allways|once|if condition

About

ansible was for me way to complicated so i startet a own Bash Version of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages