Skip to content

yiskaneto/ansible_install_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible_Install_Jenkins

Ansible helper runbook to install docker from ansible-role-docker

You can adjust the Docker installation options on the main.yaml file, to see the full list of parameter passed to the docker role see Docker defaults/main.yml

First time Installation

  1. Install the collections and roles from requirements.yaml:

    ansible-galaxy install -r requirements.yaml
  2. Run the playbook on the target node:

    time ansible-playbook main.yaml -u ${USER} -i <node>, -b -K
    
    ## if run locally:
    time ansible-playbook main.yaml -i "$(hostname -i)", -b -K --connection=local

About

Ansible helper to install docker

Resources

Stars

Watchers

Forks

Packages

No packages published