2022-08-05 23:48:03 +02:00
|
|
|
# identifiant de connexion à l'api proxmox
|
|
|
|
pvmt_api_user: apiuser@pve
|
|
|
|
|
|
|
|
# FQDN du serveur proxmox
|
|
|
|
pvmt_api_host: fqdn.serveur.proxmox
|
|
|
|
|
|
|
|
# id du token d'accès à l'api
|
|
|
|
pvmt_api_token_id: ansible-token
|
|
|
|
|
|
|
|
# mdp du token
|
|
|
|
pvmt_api_token_secret: lemotdepasse
|
|
|
|
|
|
|
|
# noeud proxmox qui réalise les actions demandées
|
|
|
|
pvmt_node: nom-du-noeud-proxmox
|
|
|
|
|
|
|
|
# user privilégié à créer (paramètre cloud-init)
|
|
|
|
pvmt_vm_ciuser: compte-de-service
|
|
|
|
|
|
|
|
# authorized_key pour ce user (paramètre cloud-init)
|
|
|
|
pvmt_vm_sshkeys: 'ssh-rsa bEkdliEklqsdflm [...] AEQ0wazeaqsd= compte-de-service@machine-ansible'
|
2022-08-06 11:46:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
# variables pour différents réseaux
|
|
|
|
reseau1:
|
|
|
|
netmask: 24
|
|
|
|
vlanid: 1
|
|
|
|
gateway: 192.168.101.254
|
|
|
|
nameservers: "192.168.100.123"
|
|
|
|
searchdomain: domaine1.local
|
|
|
|
|
|
|
|
reseau2:
|
|
|
|
netmask: 24
|
|
|
|
vlanid: 2
|
|
|
|
gateway: 192.168.102.254
|
|
|
|
nameservers: "192.168.100.123"
|
|
|
|
searchdomain: domaine2.local
|