-
-
Save consoledotblog/58a127a6e641f752b304 to your computer and use it in GitHub Desktop.
Packer and Ansible Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansible-playbook -i ansible-inventory.ini provision-server-playbook.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packer build -var 'bamboo_build_number=${bamboo.planKey}-${bamboo.buildNumber}' -var 'bamboo_build_user_pass=${bamboo.sys.bamboo.build.user.pass}' app_server_packer_config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment