Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

AnsibleResources

This repo is used to install some packages into a remote host.

Requirements

Remote host

The following requirements must be installed into the remote host :

Configuration

You have to configure Ansible hosts in /etc/ansible/hosts :

[idcidev]
YOUR_HOSTNAME              ansible_ssh_host=YOUR_SSH_HOST ansible_ssh_user=YOUR_SSH_USER

Installation

Run the following command to install packages into the remote host :

$ ansible-playbook config_dev.yml --ask-pass --ask-become

About

A set of Ansible resources for dev purpose.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors