Skip to content

artemnikitin/ansible-scripts

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published