Skip to content
This repository was archived by the owner on Sep 2, 2019. It is now read-only.
/ ansible Public archive

Ansible repo for common tasks for personal hosts

License

Notifications You must be signed in to change notification settings

ThisIsFroggie/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible book

This is a simple ansible book to set up a few or several of my personal hosts automatically.

It includes tasks such as adding my own keys or cloning other repositories I own.

To run, execute:

ansible-playbook -i staging site.yml

Custom Variables

These are useful for when a command is supposed to be run once in very specific conditions.

These are to be appended to the executed line as such:

ansible-playbook -i stagin site.yml -e "<variable>=<value>"
  • pdns_first_run. When true, tells that PowerDNS is being run for the first time and a database file should be created.

About

Ansible repo for common tasks for personal hosts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages