Files
ansible-fet/README.md
Daniel A. Maierhofer a751a6549d Add README.md
2018-11-10 12:51:58 +01:00

553 B

Ansible configuration management for FET IT

See Service documentation

Install ansible

./install

Put ssh_config in your ~/.ssh/config or specify local one each time Put ./roles/common/files/known_hosts in your ~/.ssh/known_hosts

Run ansible

./ansible-playbook -i hosts/production site.yml --ssh-extra-args "-F ./ssh.cfg"

Run ansible for specific server and role

./ansible-playbook -i hosts/production site.yml --ssh-extra-args "-F ./ssh.cfg" --limit sputnik --tags openssh