artemnikitin / ansible-scripts

Ansible scripts for automating tasks on a pet server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-scripts

Ansible scripts for automating manual tasks

Setup

Add env variables:

export ANSIBLE_HOSTS=/path/to/hosts
export ANSIBLE_VAULT_PASSWORD_FILE=/path/to/vault_password

# Disable verification by .known-hosts file
export ANSIBLE_HOST_KEY_CHECKING=False

Run

Run with command like:
ansible-playbook -s playbook_name.yml -u root

About

Ansible scripts for automating tasks on a pet server

License:MIT License


Languages

Language:Shell 59.2%Language:Ruby 40.8%