This project contains a basic ansible project setup. You can clone it and remove the .git/ folder
tp start a new project.
You can use rake to make your life easier:
rake -T
rake ansible:create_role # create new role
rake ansible:install # install requirements
rake ansible:update # update requirements
rake production:deploy # Deploy to production
rake production:describe-setup # Show node setup of production
rake production:ping # Run ping against nodes of production
rake production:prepare # Prepare hosts for ansible in production.inventory.yml
rake production:vault # Edit production.vault.yml for editing
rake site:create # Create new ansible site (playbook, inventory, vault) and open the vault after it
rake ansible:installrake ansible:updaterake site:create <environment>rake ansible:create_role <role name>rake <environment>:preparerake <environment>:deployThat's it. Enjoy :)
Content type
Image
Digest
Size
150.7 MB
Last updated
over 5 years ago
docker pull loumaris/ansible