Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webknjaz/mrgall-ansible
https://github.com/webknjaz/mrgall-ansible
ansible ansible-env ansible-playbooks ansible-roles ansible-scripts ansible-vault
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webknjaz/mrgall-ansible
- Owner: webknjaz
- Created: 2017-05-07T21:43:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T15:20:00.000Z (almost 6 years ago)
- Last Synced: 2024-12-19T20:20:01.276Z (15 days ago)
- Topics: ansible, ansible-env, ansible-playbooks, ansible-roles, ansible-scripts, ansible-vault
- Language: Python
- Size: 124 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
mrgall dokku host
=================
This is a set of ansible playbooks for controlling new dokku host.
To start copy id_rsa_mrgall SSH private key into this dir. Alternatively
override per-host vars as in example below.Prerequisites:
--------------Install ansible and drop a vault password file inplace:
.. code:: shell
:number-lines:$ pip install 'ansible>=2.5.0'
$ vim .vault_pass # ask for it from someone who has itRun:
----.. code:: shell
:number-lines:$ ansible-playbook site.yaml -e "ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_ssh_user=$USER"