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.
- Host: GitHub
- URL: https://github.com/ttskch/ansible-docker
- Owner: ttskch
- Created: 2017-03-10T12:12:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T07:52:54.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T12:26:01.974Z (about 1 year ago)
- Topics: ansible, docker
- Language: PHP
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```