Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 527 Bytes

EuCycles

Requirements

  • ansible >= 2.5 on control machine

Usage

git clone https://github.com/ljishen/eucycles.git

# Enter the repo dir so that the ansible commands
# sees the ansible configuration file ansible.cfg
cd eucycles

# Install the role dependencies only once before the first run
ansible-galaxy install -r requirements.yml

# Run the playbook
# Replace DIR with the specific playbook you want to run
ansible-playbook -i playbooks/DIR/hosts playbooks/DIR/main.yml [--tags install_docker]