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
- Host: GitHub
- URL: https://github.com/artemnikitin/ansible-scripts
- Owner: artemnikitin
- License: mit
- Created: 2017-05-22T19:54:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:10:30.000Z (over 2 years ago)
- Last Synced: 2025-02-25T10:51:42.886Z (over 1 year ago)
- Topics: ansible, ansible-playbook, ansible-scripts, playbook
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`