An open API service indexing awesome lists of open source software.

https://github.com/artemnikitin/ansible-scripts

Ansible scripts for automating tasks on a pet server
https://github.com/artemnikitin/ansible-scripts

ansible ansible-playbook ansible-scripts playbook

Last synced: about 1 month ago
JSON representation

Ansible scripts for automating tasks on a pet server

Awesome Lists containing this project

README

          

# ansible-scripts
Ansible scripts for automating manual tasks

### Setup
Add env variables:
```shell
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`