This repository stores all the ansible configurations & file required to run the Phorge Cloud Infrastructure.
requirements:
- Install the requirements
ansible-galaxy install -r requirements.yml- Test environment
ansible -m ping allansible-vault encrypt_string --vault-password-file vault_pass '<yaml_value_to_encrypt>' --name '<yaml_key>'ansible-vault encrypt_string \
--vault-password-file vault_pass \
--stdin-name '<yaml_key>' \
< file_to.encryptansible-playbook -i inventories/production/hosts playbooks/<playbook>.yml --vault-password-file vault_pass