ansible-phpipam

Instructions:

  1. copy ansible_variables.sample.yaml to ansible_variables.yaml and put a REAL password
  2. edit inventory.ini and add the connection string for your server(s)
  3. type:
    • ansible-galaxy collection install community.mysql # only once, in your host server
    • ansible-playbook install_phpipam_php74_offline_v2.yaml
  4. go to http://IP_OF_YOUR_SERVER
  5. click on automatic install
  6. for the mysql user, put root
  7. for the mysql password, put the one you have on ansible_variables.yaml
  8. done