openstack --os-cloud admin project create colas --description "Colas"
openstack --os-cloud admin role add member --project colas --user remi
Modifier /etc/openstack/clouds.yaml
Déployer l’infra :
cd ~/work/infras/terraform/1000
terraform apply
Ajouter l’enregistrement DNS :
front606 300 IN A 167.235.86.98
os1001 300 IN CNAME front606
Configurer l’infra :
ansible-playbook -i inventory/1000_hosts playbooks/site.yml --vault-id @prompt --flush-cache --limit os1001\*