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

https://github.com/ttskch/ansible-docker

My docker-hosting ubuntu provisioner with ansible.
https://github.com/ttskch/ansible-docker

ansible docker

Last synced: 10 months ago
JSON representation

My docker-hosting ubuntu provisioner with ansible.

Awesome Lists containing this project

README

          

# ansible-docker

My docker-hosting ubuntu provisioner with ansible.

## Usage

### 1. remote side

```
$ apt-get install -y python
```

### 2. local side

```
$ echo {remote hostname} > hosts
$ ANSIBLE_USER_PASSWORD={password for new user} ansible-playbook -i hosts -u root playbook.yml
```