Skip to content

Nimzyow/ansible-aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible stuff

To test the ansible playbook before running

ansible-playbook --syntax-check webservers.yml
ansible-lint webservers.yml
yamllint webservers.yml
ansible-inventory --host testserver -i inventory/vagrant.ini

If you want to validate vagrant file

vagrant validate

To generate the keys required for TLS, run in project root.

openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
-subj /CN=localhost \
-keyout files/nginx.key -out files/nginx.crt

About

Learning and experimenting with ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages