Skip to content

stacken/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible

Stacken Public Ansible Configuration

You need Ansible to execute this, install it with python-pip:

# pip install ansible

To simulate a run, use --check

ansible-playbook -i inventory site.yml --check or make check

To limit it to a specific host or group, do:

ansible-playbook -i inventory site.yml --check -l xacto.stacken.kth.se

or

ansible-playbook -i inventory site.yml --check -l shell-servers

To run this for real, just remove "--check".

To run on all servers, type make install.

About

Stacken Public Ansible Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published