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 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webknjaz/mrgall-ansible
- Owner: webknjaz
- Created: 2017-05-07T21:43:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T15:20:00.000Z (about 7 years ago)
- Last Synced: 2025-04-07T15:16:42.430Z (about 1 year ago)
- Topics: ansible, ansible-env, ansible-playbooks, ansible-roles, ansible-scripts, ansible-vault
- Language: Python
- Size: 124 KB
- Stars: 1
- Watchers: 4
- 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 it
Run:
----
.. code:: shell
:number-lines:
$ ansible-playbook site.yaml -e "ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_ssh_user=$USER"