/tanque-ansible-recipes

my personal Ansible recipes for various tasks automation

GNU General Public License v3.0GPL-3.0

GitHub

tanque-ansible-recipes

my personal Ansible recipes for various tasks automation

Required software

Install git

  $ sudo dnf install git

Install ansible package

  $ sudo dnf install ansible

Usage

Clone this repo

$ git clone git@github.com:TheShooter89/tanque-ansible-recipes.git
$ cd tanque-ansible-recipes

Move to desired recipe

$ cd home_workstation

Run the recipe

$ ansible-playbook site.yaml

License

GPL-3.0